Home › Forums › All Other Themes › Set the background colour of Our Services and Follow Us section on the home page
- This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
May 12, 2017 at 4:27 pm #71999
Hi,
on my interior design website www.industriadellegno.it i need to set the background colour of the section “Our services” with the title INTERIOR DESIGN PER PRIVATI & AZIENDE (actually is black, and now must to be grey) and on the Follow Us section (actually is black, must be grey).
I go on APPEREANCE –> THEME OPTIONS –> BASIC SETTINGS.. but on the various colour option i didnt find the setting up.
Thank you,
Michael
May 15, 2017 at 5:32 am #72064Hi Michael,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
body {overflow-x: hidden;}
.home section#pagearea, #footer-wrapper .footwrap { background:#ccc !important;}
#footer-wrapper .footwrap::before { background: #ccc none repeat scroll 0 0; content: “”; display: block; height: 100%; left: -999999px; position: absolute; top: 0; width:999999px;}
#footer-wrapper .footwrap::after { background: #ccc none repeat scroll 0 0; content: “”; display: block; height: 100%; right: -999999px; position: absolute; top: 0; width:999999px;}Regards,
ChrisMay 15, 2017 at 8:24 am #72086Great! thank you very much Chris
May 15, 2017 at 9:34 am #72092🙂
-
AuthorPosts
- You must be logged in to reply to this topic.