• Resolved wling

    (@wling)


    Hi,

    I’m trying to change the color of the main text. I did click on the previous thread from 2 years ago and did what was suggested, but to no avail. The bible verse can be found on the website listed in the footer. Thank you ahead of time. This is what I entered into the bible-verse-of-the-day.css

    @charset “utf-8”;

    .dailyVerses.bibleVerse a
    {
    font-weight:bold;
    }

    .dailyVerses {
    color:white !important;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dailyverses

    (@dailyverses)

    Hi,

    I looked at your page, and for me it seems to work fine, the text is white. What browser are you using?

    You could make the css a bit more specific:

    .dailyVerses.bibleText {
       color:white !important;
    }
    Thread Starter wling

    (@wling)

    It’s navy blue on my end and navy blue on my phone (when using desktop view) as well. I unfortunately don’t have another computer to compare it against at the moment. I am using the chrome browser for both.

    Plugin Author dailyverses

    (@dailyverses)

    I also tried it on my phone and the text is white in Chrome.

    Maybe you’re looking at some old cached css? Try to reload the page with CTRL + F5 in windows. Then also the new css will be refreshed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color Changing’ is closed to new replies.