• Resolved moe1

    (@moe1)


    I would like to remove the Category Button (link) that appears beneath every post.
    I am using Hestia Pro and the site is still under development (local host).
    Any help is highly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Moe,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .entry-categories {
      display: none;
    }

    Thanks!

    Thread Starter moe1

    (@moe1)

    Hi
    It worked like magic. Thank you so much.

    Moe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hiding the Category Button that appears below every post’ is closed to new replies.