• Resolved liamb

    (@liamb)


    Hi, I’m trying to change the background color from white to #3a6f8f

    I can’t find it anywhere in the Style.css??

    Can anyone help?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hello,

    Theme has different section with different background, you need to inspect id of each section and give background color for each section. i am sending you an example code, you need to just change id and put it in custom CSS by using “Simple Custom CSS” plugin

    .focus {
        background: #FFFFFF;
    }

    Change color value according to need.

    Regards
    Gourav.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Background Color?’ is closed to new replies.