hi on my site stayclean.co.uk there is a small thin white line between the extra section above the header and the header its self. how could i remove this?
many thanks
any support for this please???
Hi,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
oh yeah sorry!!! its stayclean.co.uk its the header and the extra bit above with the phone number etc….thanks
Hi,
Thank you for writing back to us.
You can change the header style to “Minimal – no border” from Enfold > Header > Header Style
If that does not work Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Header Border */
#top .av_header_transparency #header_meta {
border-bottom: none!important;
}
/* End CSS */
Best regards,
Vinay
hi thanks but that hasn’t fixed the issue…………
Hi,
Thank you for getting back to us. I have tested the code on your site and it should work. You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
Best regards,
Vinay