Okay
  Public Ticket #453379
Removing the Heart and |
Closed

Comments

  • Peter started the conversation

    Hi,

    I would like to remove the heart symbol and the | next to it.

    I can easily remove the Heart using CSS but not sure how I can remove the | unless I removing it from the .php file.

    Can you please advise how to remove them both with CSS? If i can't do it with CSS then can you please advise in which .php file the code is located in?


    I have attached a screenshot

  •  8,851
    Tahir replied

    Hey ,

    Could you provide the page url so i can write up custom css.

    Thanks


    ThemeNectar Support Team 

  •   Peter replied privately
  •  8,851
    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) :
    .row .col.section-title span.n-shortcode {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Peter replied

    Fantastic! Thanks!