• In the theme I currently use, there is a feature that shows the comment within the picture from the article on the homepage. How can i remove this feature? I tired editing the main index template, but I couldn’t figure it out correctly.

    Any help would be much appreciated!!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can I have a link to your site? If I can I’ll use firebug and trouble shoot for you.

    Thanks
    Megan

    Thread Starter getyourbizsavvy

    (@getyourbizsavvy)

    Thanks for getting back to me, Megan. The site is ThatsGlitchy.com

    Alright, this may or may not work but the class that the comments are located in is “bubble” so open your style sheet and at the very bottom of it we’re going to make a new class called bubble. Below is what it should look like (if you already know this, I apologize! ?? )

    .bubble {
       display: none
    }

    Let me know if this works. If you aren’t sure what it’s telling you, it literally means what it says “display nothing” ?? so it will turn off the bubbles.

    I can’t trouble shoot it because firebug won’t let me add classes, so you will have to trouble shoot for me! ??

    Thanks
    Megan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing/Removing a feature in the Main Index’ is closed to new replies.