Hi,
can You please tell me how i can turn off the header transparency (fffffff)
http://nonpardon.com/
salute,
alex
Hi Finlando!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header { background-color: white; }
Best regards,
Yigit
thank You!
one more question:
is the code cleaner, if i add this directly in css or somewhere?
regards,
alex
Hi!
I am not sure what you mean cleaner but you can add it to Custom.css file inside Enfold/Css.
Regards,
Yigit
sorry again,
if i want to have the following color in the header with no transparency:
#F8F8F8
alex
Hi!
You can replace white with your hex value as following
#header { background-color: #F8F8F8; }
Regards,
Yigit
#header { background-color: white; }
works fine.
#header { background-color: #F8F8F8; }
doesnt work unfortunately…
Hi!
Please flush browser cache and refresh your page a few times. It is working fine on my end
Cheers!
Yigit
no effect… still white background on firefox,safari, IE.
header is still (logo + menu background still white)
(empty cache / on several computers)
thanks,
alex
Hey!
Currently it is set to white but when i checked yesterday it was #f8f8f8. Please use following code
#header {
background-color: #f8f8f8 !important;
}
Best regards,
Yigit
Thank You!