• Ok, I have the busy bee theme installed. I am trying to make the footer and middle content box and header-(but I already did that) white, and the background of the entire page that is now a grayish color light blue.
    Please look at this theme for color scheme reference, because it is what Im trying to duplicate as much as possible https://www.sizlopedia.com/tigopedia/ I would also like to figure out how to change the sidebar background color to white. any help would be greatly appreciated thanks in advance, tiffany
    My website is: Ridquest.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using Developer Tools in your browser to examine the underlying CSS? If not, definitely start there – it makes solving these issues dead simple.

    In your site, the theme is using multiple background images in the various divs to show the graduated colors. Get rid of those css declarations and apply your desired background color (the site you like uses #e6e6e6) like so:

    #wrap {
        background-color:#e6e6e6;
    }

    generally, you need to edit style.css of your theme to implement the changes, after finding out what to change by using Firebug or the Firefox web developer add-on tool.

    https://codex.www.ads-software.com/Editing_Files

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with customization please!!’ is closed to new replies.