Viewing 6 replies - 1 through 6 (of 6 total)
  • The tags under the post can be hidden by adding ‘display: none;’ under div.main-meta in style.css at line 149, like this:

    div.main-meta {
    border:1px dashed #CCCCCC;
    color:#666666;
    display:none;
    font-size:10px;
    margin:10px 5px 5px;
    padding:2px;
    }

    The tags in the sidebar are probably from a widget that can be removed from the sidebar under Admin->Appearance->Widgets. Some themes may handle the sidebar differently and you need to look for theme options or possibly alter the theme code.

    Thread Starter sherrie812

    (@sherrie812)

    Thank you, I was able to remove the tags from the footer. I will look at the widget for the sidebar.

    I have another question. Will removing the tags just make them invisible? I don’t want them completely removed.

    Thanks again,

    Ree

    Thread Starter sherrie812

    (@sherrie812)

    I just want them invisible.

    Ree

    Yes, the display: none; just keeps them from being visible.

    Thread Starter sherrie812

    (@sherrie812)

    Thanks,

    Ree

    You are welcome!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How do I Hide Tags’ is closed to new replies.