[Resolved] disable background-image from Glossary Entries…

Home Forums Support [Resolved] disable background-image from Glossary Entries…

Home Forums Support disable background-image from Glossary Entries…

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1345902
    Daniel Häckel

    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

    #1345980
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    body.glossary-template-default {
        background-image: none;
    }
    #1345990
    Daniel Häckel

    Hey Leo,

    it’s not working…
    u can check it by yourself…

    #1345996
    Leo
    Staff
    Customer Support

    Which background image are you referring to? The content background?

    #1346000
    Daniel Häckel

    Yes,

    and I need a white background for the entries…
    is thats possible

    #1346003
    Leo
    Staff
    Customer Support

    Then it would be this CSS:

    body.glossary-template-default.separate-containers .inside-article {
        background-image: none;
    }
    #1346013
    Daniel Häckel

    Yeah,

    thats it…thank you, Leo…

    #1346016
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.