This topic has 3 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #149396
     AntKat
    Participant

    Hi, I am loving your theme.  We are using a couple of categories for admin purposes.  For example we pay contributors for original content and have a category called 1_original.  We would like to hide the display of this category throughout the front-end of the site.  Can you provide me the correct css code to achieve this.

    Thank you.

    #149500
     Laura
    Moderator

    Hello, you could try this css

    COPY CODE
    
    small.meta-category a:first-child {
        display: none !important;
    }
    

    At style.css of child theme, but the category has to be always the first one

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #149662
     AntKat
    Participant

    Hi Laura,
    Thanks for your response. Unfortunately, it did not work. This category will always be the first in the list if alphabetical.
    Kathy

    #149826
     Laura
    Moderator

    Hello,i see, then there is no other way of doing that.Try

    COPY CODE
    
    small.meta-category a:last-child {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?