• Hi,

    display: none; command wont do what I need to be done. Is there some other way I can remove the blog page sidebar, date, author and comments?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Vishnupriya Natarajan

    (@vishnupriya-natarajan)

    hai natasha,

    For you have to give the id or high priority class name for css code.

    thanks

    Thread Starter natasha123

    (@natasha123)

    Thank you Vishnupriya. I have managed to do this on the published site, but the one on the localhost which I use as a backup seems to be completely messed up…

    Best regards

    Hi,

    Please Add below css code into Custom CSS Editor.

    .blog-date-left {
        display: none !important;
    }

    Save the changes.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove blog sidebar’ is closed to new replies.