• Alright, so whenever I post a new post this grey box with a white X appears next to the post. It’s not really a big deal, but I would like to remove it. I assume that’s where the avatar is suppose to go, but I have an avatar, and I even tried to disable the avatars completely but it’s still there. I took a screencap of it: https://awesomescreenshot.com/091kc6fbf

    Any idea how to remove this?

    Thanks! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Please post the URL. that way many here would able to tell exactly what to edit on your side.

    can you send an actual link to your site where that x appears? I’m pretty sure you just have to comment that element out of your stylesheet or delete where it’s brought into the theme.

    If you could send the URL, it will be easier for us to tell you what needs done to fix it.

    Thread Starter Jakeified81

    (@jakeified81)

    jakeisawesometastic.co.cc

    And yeah, I assumed that’s what I needed to do to but I have no clue where that’d be in the code.

    Look for core.css in your theme files. Then look for this line:

    .hentry.thumb-left .post-thumb {
        float: left;
        margin-right: 10px;
    }

    Then add this piece of code:

    display: none;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Grey box next to post titles? Mystique theme’ is closed to new replies.