• Resolved noahdev

    (@noahdev)


    Hello

    I want to remove the category section on my blog

    https://gyazo.com/3563f43a46c9a68abbdafc244323aac0

    I have tried to remove it in css with:

    .cat-links{
    	display:none;
    }
    

    Solved by use the !important

    Solution:

    .cat-links {
        display: none !important;
    }
    • This topic was modified 4 years, 7 months ago by noahdev.
    • This topic was modified 4 years, 7 months ago by noahdev.
    • This topic was modified 4 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing categories WordPress’ is closed to new replies.