Viewing 7 replies - 1 through 7 (of 7 total)
  • Did you try under Appearance > Customize? That’s where the theme color settings are located. Also look at Background Image in same section.

    Hey, tzaidy!

    If you want to change the black background in the “sevices” section to, say, white (#ffffff), add the following to your style.css (better to use a child theme, though):

    .services {
    padding: 40px 0px;
    text-align: center;
    background-color: #ffffff !important;
    }

    If you want to change the purple background on the next section down, add the following to your style.css:

    body {
    background-color: #c0c0c0 !important;
    }

    Thread Starter Tamer Ziady

    (@tziady)

    thanks you. I gave that a try. Can you point me how to change it all to another color. How do I identify the different sections? Thanks.

    Thread Starter Tamer Ziady

    (@tziady)

    Samjay;

    Yes, I looked in those sections and they did not seem to have a setting to alter the background just put something over it; which I did not want to do.

    Thanks,
    T

    Thread Starter Tamer Ziady

    (@tziady)

    I fixed it. Thanks that was the trick. Now one more newbie question. Where exactly do I remote the lightning fast / built with care / mobile ready and the Why Us and Our Skill sections? Thanks allot for the help.

    I’m guessing Widgets? Have a look there first. If not, some more learned soul might have a better answer.

    philtyler

    (@philtyler)

    Those are hard coded in. You have to go to the editor and then the home-info.php

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unable to change background color’ is closed to new replies.