any custom code suggestions, or design control settings suggestions?
thanks,
tom
How to change background color of box sets?
Started by
buddha
, Sep 10 2011 04:43 AM
1 reply to this topic
#1
Posted 10 September 2011 - 04:43 AM
#2
Posted 10 September 2011 - 06:53 AM
under design controls, fiddle with the Primary, Secondary and Tertiary Site Element Colors to get the contrast of all elements on a site
The CSS For controlling the whole box set is
#boxes .content-pad { background-color:#000000 }
The css code for individual boxes is
.fboxinfo { background-color:#000000 }
and to control the title and the text box seperate
.fboxtext { background-color:#000000 }
.fboxtitle { background-color:#000000 }
You can always add .page-id-## in from of each code (I.E. .page-id-## .fboxinfo) to control box design on individual pages
bevj










