Okay
  Public Ticket #941453
blog posts slider
Closed

Comments

  • david started the conversation

    Hi - at the bottom of the home page there is a blog posts slider showing the 5 most recent posts. I would like to be able to remove the category. It currently shows category and title.


    Could you please let me know how to do this??

  •  8,996
    Tahir replied

    Hey David,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-recent-posts-slider .container .strong a {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • david replied

    Awesome!! - Thankyou!!