• I know how to change the background on the sides but I need to change the background behind the texts in pages and on posts. I have gone into css but none of the changes I make show up. Any help would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can go into the style css, search for: fff and change that to the color you want in hex code. I’d do it one at a time, then refresh your page so you can see what you are changing. Of course if it is not the entry you want to change, change it back.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you modify theme files, those modifications will be erased when the theme updates.

    As it’s just a CSS change, use this Custom CSS Manager plugin to hold your CSS modifications.

    You’ll need to create a new style.

    Go to the Custom CSS section of the dashboard and enter this;

    #container {
     background-color: deeppink;
    }

    If that’s the element you’re referring to.

    Thread Starter digiboom

    (@digiboom)

    Thanks i’ll give both suggestions a crack. I was looking for the “fff” and changing that before but the changes never reflected but i’ll keep trying to find the right one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change on page background?’ is closed to new replies.