Mobile Theme Main Navigation Bar color

Home Forums Omega Child Mobile Theme Main Navigation Bar color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1265
    bobaker
    Participant

    Very new to CSS – playing around with how stuff works. Curious as to which section of the style.css code changes the background color? I’ve tried to overwrite a few of the #333, but nothing is happening so I figure I’m in the wrong place. Any suggestions? – Thanks –

    #1272
    han
    Keymaster

    If you want to override the background color, go to “Appearance > Customize > CSS”, put this code and save

    body {
        background: #DDDDDD;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.