Okay
  Public Ticket #808165
Having more than one blog category
Closed

Comments

  • Jussara started the conversation

    Hi there - sure this an easy answer but how can I add more than 1 category header to the main blog page?

    Our blogs can be found here - http://www.redbridgecommunications.com/newsviews/ - and would like to have more than 1 category showing on the posts.

  •  8,994
    Tahir replied

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

    .masonry.classic_enhanced .posts-container article .meta-category a:not(:first-child) {
        display: inline-block !important;
        top: 50px !important;
        position: relative !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Jussara replied

    Perfect, too easy! Thank you!