Is there a way to add custom lines? I'd like to add some inset lines. Instead of the plain lines like the one under the Meu or the
Horizontal ruler.
Thx
Is there a way to add custom lines? I'd like to add some inset lines. Instead of the plain lines like the one under the Meu or the
Horizontal ruler.
Thx
Hi O5,
You can change the border style for the header by adding the following CSS to your Quick CSS or custom.css and modifying it:
#header .container {
border-bottom: 1px solid !important;
border-color: #333 !important;
}
Regards,
Devin
You must log in to post.