Hi there,
Per Kriesi’s request I am reposting this to the forum:
I have the page set to transparent header, and now I’d like to remove the white border at the top: http://www.janebolduc.com/NEW/?page_id=8.
Thanks, John
I have uninstalled and reinstalled WordPress and Enfold many times. This site is hosted at BlueHost. We also installed the theme on our server for another site (which is at Biondo Web a reseller of Godaddy), selected a slider, chose transparent header, and the same thing, white border at the top of the page. Can you give us some css that will allow the page to look like this http://kriesi.at/themes/enfold/homepage/transparent-header/?
Thanks,
John
Hey!
Drag a codeblock element to the page content and add this inside.
<style type = "text/css">
.template-page { padding-top: 0px !important; }
</style>
Regards,
Elliott
Thank you so much!
Is there code for having this only work on the home page?
Thanks again.