Okay
  Public Ticket #420389
post header no link
Closed

Comments

  • Josephine started the conversation

    Hi, I would like the post header not to be a link.

    Because the client wants to use the blog as a agenda which will contain just one or 2 sentences (on the homepage) it is not neccesary to link the header to a complete blog post. How can I achieve this header not to link to a blog post?

    Cheers,

    Donna

  •  8,849
    Tahir replied

    Can you provide the page url where i can see the post header ?.

    -T


    ThemeNectar Support Team 

  •   Josephine replied privately
  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #agenda .post-header {
        pointer-events: none;
    }

    Thanks



    ThemeNectar Support Team 

  •   Josephine replied privately