Okay
  Public Ticket #1998339
Is there a way to hide the post category / categories from the header?
Closed

Comments

  •  1
    mtmymtm started the conversation

    I would like to remove the categories listed from the top of the blog post. (next to date)

    They also show up in the blog page next to each post. Any way to hide it?

  •  675
    Neuron replied

    Hi,

    To hide the categories in the post, please add the following style.

    .single .o-blog-post__meta .o-blog-post__category {
        display: none !important;
    }

    As for the blog pages, please check on the meta options of the posts, you'll be able to hide it easily from there. http://prntscr.com/nka4sa

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    So helpful again! Thanks so much!

    Would you recommend any resources for getting into the css? I would like to be able to understand on how to find out more about all the optional attributes that I could possibly alter using css style. Any hints appreciated!


    Thanks!

  •  675
    Neuron replied

    You're welcome anytimesmile.png

    Well, we use the inspect element tool, it is placed in any browser.

    http://prntscr.com/nkgdgf

    Feel free to ask for anything you need.


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.