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
Hi
Pleasure to help you.
did it work out???
TR
yep like a charm, thanks again
Do not hesitate to ask next time.
TR
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
http://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
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
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 π
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