Get rid of category names in slider - Acme Themes

Best Premium and Free WordPress Themes Forums Read More Get rid of category names in slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14107
    tapzak
    Participant

    Hi 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!

    #14112
    acmethemes
    Keymaster

    Hello 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 Supports

    #14135
    tapzak
    Participant

    Thanks!

    #14138
    acmethemes
    Keymaster

    You are most welcome.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Get rid of category names in slider’ is closed to new replies.