Archived topic
disable background-image from Glossary Entries...
7 replies · Started by Daniel Häckel on June 29, 2020
Hi,
i use a global background image on my site and want to remove it from the post background of the wpglossary plugin. I have added a white background for the single.posts. but that is not possible with the glossary. i have already tried all possible css variations. nothing works. Either nothing happens or the background image is nowhere displayed.
What else can I do?
For legibility, i need a white bg...
thx
Hi there,
Try this CSS:
body.glossary-template-default {
background-image: none;
}
Hey Leo,
it's not working...
u can check it by yourself...
Which background image are you referring to? The content background?
Yes,
and I need a white background for the entries...
is thats possible
Then it would be this CSS:
body.glossary-template-default.separate-containers .inside-article {
background-image: none;
}
Yeah,
thats it...thank you, Leo...
No problem :)