Hi
Through which option can i make my website like this:
http://kriesi.at/themes/enfold/homepage/transparent-header/?skin=Cyan
I don’t see any built in option in enfold theme settings page? is there any?
Thanks for your help.
Hey softronix_ltd!
Normally you can use the “Layout Options” on the editor page (right sidebar underneathe the “Publish” button): http://www.clipular.com/c/5678396386312192.png?k=GHJxKgRFTQO5VQZXv_s3x_63ZCE to configure the header styling. Note that you must use a recent, updated version of Enfold (v2.8.1+).
Regards,
Peter
Hey!
Thank you for the screenshot.
@s_taimoor: Please use this on Quick CSS or custom.css:
.html_header_top.html_header_sticky .home #wrap_all #main {
padding-top: 0;
}
Cheers!
Ismael
Hey!
its working fine after adding important at the end like,
.html_header_top.html_header_sticky .home #wrap_all #main {
padding-top: 0!important;
}
Big thanks man..