Hi!
I’m using this custom CSS to try to create a 2 px border under the header. For some reason it doesn’t work. I have a site with another enfold theme and this works great. Please help!
.html_header_top.html_header_sticky #header {
border-bottom: 2px solid #e85976 !important;
}
Thanks!
P.S. Enfold theme ROCKS!
Hey drewfr,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header #header_main {
border-bottom: 2px solid #e85976;
}
If you need further assistance please let us know.
Best regards,
Victoria