Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi Catroonismatic,
    It should be easy task.
    Put this code to your child theme`s <strong>style.css</strong> file or to <strong>css plugin</strong>

    .controller span.overlay {
    display: none;
    }

    This is working for me.
    Best
    Tahoe Rock

    Thread Starter Catroonismatic

    (@catroonismatic)

    thanks a lot !

    Hi
    Pleasure to help you.
    did it work out???
    TR

    Thread Starter Catroonismatic

    (@catroonismatic)

    yep like a charm, thanks again

    Do not hesitate to ask next time.
    TR

    Thread Starter Catroonismatic

    (@catroonismatic)

    Thanks and hi again ??

    I’ve encountered the same problem now but inside of a post. Out of nowhere, I can also see another empty square with what appears to be a broken image icon, on the top left of my post… How could I get rid of that please

    https://www.brainbeef.com/dafuqs-brainbeef/

    Hey Catroon
    I see what you mean. It is kind of strange there is something messed up.
    Anyway when I get home I will thake a look. Ssolution will be similar, but I have to get to my tools to find out the class of the square you want to get rid off.
    Will see you soon
    TR

    Thread Starter Catroonismatic

    (@catroonismatic)

    Thank you so much man

    Hi man
    Im finaly home. So here is what I suggest:

    1. to get rid of big square, put this code to your child/custom CSS file

    span.overlay, body.page .thumb span.overlay {
    display: none;
    }

    2. after removing big Sq, there I see small rectangle holding maybe some pix
    you can get rid of this by: put this code to your child/custom CSS file

    .entry .thumb, .photostream .thumb {
    display: none;
    }

    hope this is what you are looking for.
    Have a good weekend
    TR

    Thread Starter Catroonismatic

    (@catroonismatic)

    Nope, copied both codes to the Child Theme Style Sheet, then updated the file. When I refresh the post’s page, I don’t see the empty squares when it’s still loading, but once the page loads, they’re back again ??

    Thread Starter Catroonismatic

    (@catroonismatic)

    Oh wait, never mind, now it’s gone ! Thank u a million times dude ! you really helped a great lot, can’t thank u enough

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Removing square from theme’ is closed to new replies.