Best Premium and Free WordPress Themes › Forums › Read More › Get rid of category names in slider
- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by
acmesupports.
- AuthorPosts
- February 23, 2017 at 2:12 am #14107
tapzak
ParticipantHi all, I currently have a slider on my front page and I would like to remove the category titles (i.e. ‘travel’ or whatever) above the post titles that display in the slider. I haven’t found a way to do it yet. Is it possible, maybe via CSS?
Related to that, I also link to category pages in my primary navigation menu. When you click through to the page, at the top it will say ‘Category: Travel’ or similar. Is it possible to hide just the “Category:” part? I haven’t found a way to do this yet, but maybe with CSS?
Thanks for your help!
February 23, 2017 at 7:55 am #14112acmesupports
ModeratorHello tapzak,
Thank you so much for using our theme Read More. Please add the below css codes to hide the category name from the slider.
Appearance > Customize > Additional CSS
1. Please add the below css codes to hide the category name.slider-content .cat-links { display: none; }
2. If you just want to hide the category text on Category Page, you need to customize the template of the theme. Please check
archive.php
file and customize as your need.
Note: Child theme is recommend to customize the theme.Regards
Acme SupportsFebruary 24, 2017 at 1:31 am #14135tapzak
ParticipantThanks!
February 24, 2017 at 4:22 am #14138acmesupports
ModeratorYou are most welcome.
- AuthorPosts
- The topic ‘Get rid of category names in slider’ is closed to new replies.