Home Forums Weaver Xtreme Theme Question about what controls color of text on very bottom of screen

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #76009
    ROBIN
    Participant

    Hi

    I am working on the website. Wild Country 307

    A plug-in I  am using puts a notice on the very bottom of the page about ADA accessibility.  The links are showing, but the rest of the text is not.  I have changed every possible text input box to white I can find, but I can’t get it to change.  Can you give me direction on what controls that text area?

    At the very bottom of the page you will see 2 links if you highlight that area you can see the rest of the words.

    I hope this is enough information.

    Thank you in advance for any help you can provide.

    #76010
    Weaver
    Keymaster

    The plugin apparently is assuming a grey background, or something.
    Try this custom CSS:

    .edac-accessibility-statement {color: white;} /* will turn text in that content white. */

    I guess I’d put the rule into the general custom CSS section. You might need an !important, as well.

    #76013
    ROBIN
    Participant

    That worked.  Thanks Weaver

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