Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1026700

    Hi I tried to hide the Category Names in dein Blog slide aswell as on the category side. With

    .blog-categories.minor-meta {
        display: none !important;
    }

    But it wont work

    #1026904

    Hey lorenzdeutsch,

    I added this to quick css and it worked:

    .blog-categories.minor-meta{
    display:none!important;
    }

    Be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.