• Hi,

    I was looking for a solution for a long time and I give up on doing it on my own. Seems trivial, but its easier to cross seven seas than remove that little “category”

    Screen:
    https://prnt.sc/sep3sh

    Tried pasteing:

    .category .tax-desc {
    display: none;
    }

    to custom CSS and few others codes with no effect.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @flyingplane,

    Sincere apologies for the extremely long wait, we have been a bit shorthanded and on the other hand overwhelmed with work during this covid situation.

    Add the following code to the Custom CSS field in your Customizer (Appearance > Customize > Custom CSS/JS):

    .blog-entry.thumbnail-entry .blog-entry-category a {
        display: none;
    }

    Hope this helps. Best of luck with your website

Viewing 1 replies (of 1 total)
  • The topic ‘Remove category above entry title’ is closed to new replies.