• I am trying to change the background color of my site: https://www.crazyforsavings.com

    I have it set in there for the color I want, but it’s not changing. Any suggestions?

    body { background-color:#990000; font-family: Georgia, Times, Serif; font-size: 14px; line-height: 1.5; padding: 20px 0; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • your custom.css stylesheet is ineffective due to some wrong commenting near the beginning;

    find:

    style from style.css to this file, and modify it to
    your liking.
    
    */

    and remove:

    */

    Thread Starter crazyforsavings

    (@crazyforsavings)

    Thank you, that worked!!

    Do you happen to have an answer to my other question? I am trying to change the way my menu looks (home, about, stores, etc…). Instead of having it underlined, I would like the whole word to be highlighted when somebody scrolls over it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background color not changing’ is closed to new replies.