• Hello everyone,
    I love this theme, I found all the info I needed except how to remove categories. I don’t want the categories to be shown above the title of the post.
    here’s my site, if it helps: https://saltwinefriends.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello evabota,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder


    .entry-categories {
    display: none;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter eva

    (@evabota)

    I works, thank you! ??
    First it didn’t work at all, no matter where I copied, but this is the only css code, I found on all forums, so I had a feeling I’m doing it wrong.
    And yepp, I just had to copy above all the other additional css I had.
    All good no, thanks!

    • This reply was modified 7 years, 10 months ago by eva.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove categories’ is closed to new replies.