For custom.css I need to modify the color of the template for the very top part that is in white ( #FFFFFF ) while I need to change to different color since the logo is white and cannot be changed as it is the branding.
Can you please provide the stylesheet code I need to modify here. Thanks
mberwing Try add this to custom.css file and change color code accordingly :
.t3-header{background:#000 !important;}
Hi, thanks a lot...this works partially ....there is still some area in white on left and right side. What is the css I need to add in custom.css ?
mberwing You can change this :
to
.t3-header{background:#000 !important;width: 100%;padding-left: 16em;padding-right: 16em;}
and adjust padding value accordingly
Hi there this worked perfectly fine. Thanks a lot