Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #555716
    #555989

    Hey 1raddad!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .archive .blog-categories, .archive .text-sep-cat {
        display: none;
    }

    Best regards,
    Yigit

    #556343

    Thank you Yigit! It worked perfectly. Is there a quick reference for the names of all of objects in the theme (like .text-sep-cat, etc), that would make it easier for a user like me to solve these styling problems without having to resort to support?

    #556905

    Hi,

    We don’t have anything like that unfortunately, you will have to inspect the element itself to find it’s CSS class, ID or place in the DOM tree.

    Best regards,
    Rikard

    #681330

    HI there,

    I just added

    .archive .blog-categories, .archive .text-sep-cat {
    display: none;
    }

    to my quick CSS, and the categories are still showing up above my posts on archive/category pages.

    Please advise! Thank you!!

    #681335

    Hey!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #681696

    Hi there!

    I started my own thread for this at. Could you respond there? My website is linked privately there.

    Originally I wanted to hide the categories, but now I would just like to be able to control it’s appearance (color, font) and also control where it shows up on posts/blog pages (i.e., near the metadata at the bottom of the post excerpt rather than above the photo.

    Thank you!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide Category metadata on Archive Pages’ is closed to new replies.