• Im looking for a simple css example that I can drop into the “Custom CSS” box on my Customizr Theme. I already have the Background color changed and the header color changed. I want the footer color to be “#e7ffcf”.

    Also, Id really like to change the color of the page title and the body font. I have looked everywere and I dont know much about css. I love the “Custom CSS” box that Customizr offers. If I can fix this with the “Custom CSS” it would be great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter KcGuitfiddle

    (@kcguitfiddle)

    I found the solution for the footer. Also found out that im not trying to change the footer background color. I need to change the bottom boarder color. The space with the social links and the credits to themes & Co. The fallowing code fixes the color though.

    footer#footer {
    background: none repeat scroll 0 0 #e7ffcf;
    }

    Hi, I’m as new as can be to CSS. I assume that you are leaving out some code here, some div code ?? Please enlighten me with the whole bunch of it. Thx in advance!

    Start by reading my new CSS Guide to Customizr.

    Then look at the Snippets where you’ll find a lot of possible solutions. These get regularly updated as new requirements become regularly requested.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the color of my footer background Costumizr Theme’ is closed to new replies.