• Resolved mackhopper

    (@mackhopper)


    I have set my primary menu to slide so it displays a constantly moving list of my posts on my homepage. Each post in this sliding menu is an image overlaid with the post’s title, date, and category. Is there a way to get rid of this category label? I’ve looked through the customizing options – menu settings, post settings, etc. – but none of the options related to categories remove this particular category label. I can change its size, color, and spacing, but I can’t remove it. I do not have the PRO version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @mackhopper I’ve archived your duplicate topic. Please don’t create duplicate topics.

    Theme Author Bizberg Themes

    (@bizbergthemes)

    Hi,

    Goto Appearance > Customize > Additional CSS and paste the below CSS there. It should remove the category section on the slider.

    .upper-item-dt {
        display: none;
    }

    Thank you

    Thread Starter mackhopper

    (@mackhopper)

    Wow! Thank you! That worked perfectly.

    On a related note, is there a way to remove the category labels on the Related post suggestions at the bottom of each individual post?

    Theme Author Bizberg Themes

    (@bizbergthemes)

    The related post suggestions must be coming from the plugin. This theme doesn’t have that feature. Please check all your plugins once.

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing category in sliding primary menu’ is closed to new replies.