• Resolved ehusar

    (@ehusar)


    I am struggling to change the background color on the Services page, or any page for that matter that is hard coded to either lite or dark. Is there an easy way to override the dark background using the custom CSS features built into the theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themely

    (@themely)

    Hello @ehusar

    You can do it in the style.css file or by adding CSS code to the Custom Styles field in Appearance > Customize.

    husar

    (@husar)

    I ended up doing this. Not sure if it is the best way. I added this to the custom CSS option.

    .blue {
        background-color: #0066b5;
        color: #fff;
    }

    Then I had to edit the page code unfortunately. Changed dark (or lite) to my new blue.

    If you have a way to do it without me editing the page code please recommend.

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