Hello Guys, Can you please tell me how to change the color and/or background image of the Spotmoto Theme? Also the text colors? Thanks !
Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .body_wrapper { background-color: green; } .advertisement_container { background: green; } .content_bottom_wrapper { background: green; } Inplace of 'green' you can put your color or color code.
Thanks ! However, the contact page footer stays white And... Each sub page still has a white background in the content section. Any ideas? Also how to change footer section background color or image?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page_container { background: red; } .footer { background: red; } Inplace of "red" put your color code.
For the contact page, paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page_container.contact { background-color: red; } .footer-bottom-wrapper .footer-bottom { background: red; } Inplace of "red" put your color or color code.