• Resolved cybarmitzvah

    (@cybarmitzvah)


    On the theme which I am running Mesocolumn, about where it says forum and below my site title, it says “no categories,”

    I am trying to get rid of that and get rid of the whole line it is taking up?

    Can anyone help me do this?

    Thank You,
    JB

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi JB – what is your website address?

    You might be able to accomplish hiding something in your stylesheet by using the display: none; in the element.

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    Hi Kori,

    Sorry, my address is astronomertalk.com

    To be more specific, it looks like its the “primary menu” that I want removing. Since I have nothing there it just says “no categories.”

    Best,
    JB

    Go to the area in your stylesheet that addresses this element
    #main-navigation, .sf-menu li a

    and type in
    display: none;

    That takes it off.

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    how would I do that with my child theme, could I just add it to my style.css?

    Yes you can add it to your style.css file – or better yet, if your author has given you an “Custom CSS” box area in the theme options you can add it to that box. This is the better scenario.

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    thank you for the help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"no categories" showing.’ is closed to new replies.