• I am modifying a responsive Theme serenitydayspaofnj.com.

    I am trying to figure a way to change the background color of the main area where the photos are.

    Is there any easy way to do this?

    I guess I might add what if I wanted to change text font styles also?

    Any help is greatly appreciated.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    #featured {
        background-color: deeppink;
    }

    Hi 🙂 – he’s using Responsive theme which has custom CSS!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hehe thanks, that’s one of my stock replies so that I can give a CSS answer all in 1 post. So that’s why I try to cover my back with A, B and C:

    If you’re not using a Child Theme (A), and if the theme doesn’t have a designated section of the dashboard for CSS modifications (B) then install this Custom CSS Manager plugin (C).

    LOL – yeah, me too :)! But kinda nice when it’s already in the theme.

    Thread Starter Diggar

    (@diggar)

    Thanks I got that now. Appreciate all your help.I am sure more questions coming as I learn through this.

    Okay, cool. But the best place for theme questions will be on the sub-forum for Responsive here:

    https://ww.wp.xz.cn/support/theme/responsive#postform

    It just helps keep things organized around here :)!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Background Color’ is closed to new replies.