Hi guys
My client is asking if I can add a thin line below the top bar… is this doable with some CSS help? https://imgur.com/a/9Zk3EFV
Thanks in advance…
Jon
Hey jonroot,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Added to private content. thanks!
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta .inner-container {
border-top: 1px solid grey;
margin-top: 10px;
}
Best regards,
Rikard
Thanks Rikard. Didn’t seem to work. I tried increasing the margin to 20px and 50px but it didn’t show… any ideas?
Thanks again,
Jon
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan
I did… it could be that I have some existing CSS in there to make the top strip thicker… I tried increasing the 10px to 50px but it didn’t change anything… any other ideas?
Thanks in advance,
Jon
Hi Jon,
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 .container.av-logo-container {
border-top: 2px solid #ccc;
margin-top: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria