-
Author
-
January 10, 2017 at 21:08 #149396AntKatParticipant
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.
January 11, 2017 at 23:13 #149500LauraModeratorHello, you could try this css
COPY CODEsmall.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 solutionLaura 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 🙂
January 13, 2017 at 01:27 #149662AntKatParticipantHi Laura,
Thanks for your response. Unfortunately, it did not work. This category will always be the first in the list if alphabetical.
KathyJanuary 16, 2017 at 02:10 #149826LauraModeratorHello,i see, then there is no other way of doing that.Try
COPY CODEsmall.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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.