douhongxie5436 2018-09-29 20:20 采纳率: 100%
浏览 39
已采纳

如何完全删除订单页面上的订单标题?

how can I remove the page title on the order page totaly? I know I can remove it with display: none; but I want to remove it totaly like with a hook but I can't find a hook for this. Is there a pro outsite?

The HTML: <h1 class="entry-title main_title">Bestellnummer 390</h1>

I just want it to remove on the order page. Thanks in advance.

enter image description here

  • 写回答

2条回答 默认 最新

  • doutangu4671 2018-09-30 04:21
    关注

    Can you add an id="entry_title" to the html element of the order page? and then target the id with display:none. If so this will only hide the heading of the order page.

    <h1 id="entry_title" class="entry-title main_title">Bestellnummer 390</h1>
    

    stylesheet

    #entry_title{
    display:none;
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 python变量和列表之间的相互影响
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)