• Resolved officefurnitureoutlet94

    (@officefurnitureoutlet94)


    The page this is in reference to is https://electrokote.com/news-and-projects/
    As you can see, the “comments off” text is overlapping the post description.

    On my other WordPress sites, under “Appearances” I have a section that says “Editor” where I can edit the code, on this site I do not. Is there a specific code that I could put into the theme options section to remove the comments off text?

    Thanks in advance for any help on this

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can hide the whole thing by adding this to your style.css file:

    .content-bar .post .post_meta .post_comment {
        display: none;
    }

    But beware, these changes will go away when you update the theme. So you should use a plugin for applying this CSS to your site.

    Thread Starter officefurnitureoutlet94

    (@officefurnitureoutlet94)

    Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Comments Off" on Bizway Pro Theme’ is closed to new replies.