Okay
  Public Ticket #1282400
Tags
Closed

Comments

  •  2
    alisonleon started the conversation

    How do I remove tags from the header of the blogs?

  •  2,744
    Andrew replied

    Hi Alisonleon,

    Could you try the following CSS:

    body.single.single-post #page-header-bg div.section-title.blog-title div.inner-wrap a{
         display:none;
     }
    

    Add it to salient \ general settings - css script related - custom css code.
    Hope this helps.