hello,
is it possible to make a border between the utmost top of the site (in this case above the infobar) and the url bar/browser bar?
something like 2px solid black
best regards, jelle
Hey jelle,
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
.responsive .boxed#top {
border-top: 5px solid #000;
}
If you need further assistance please let us know.
Best regards,
Victoria
thanks Victoria, you can close this one.