Tagged: background, border
Hi,
1) I’d like to put a yellow border in between the bottom navigation and the layerslider and possibly control the thickness as well see link: https://www.evernote.com/shard/s77/sh/0924778e-0a74-4474-a8e3-06f438fb0c9b/51cbe7d466f91e5a1ee853e52f656031
2) I’d also like to be able to use the diagonal background image provided into my bottom navigation header how could I implement this?
Thanks!
3) I forgot, I should also add how do I only set only the vertical borders in the bottom navigation to be a yellow color as well?
I don’t want the top border to be yellow it will look funny.
Hey!
Thank you for using the theme. I hope you’re doing great.
1.) Please add this on Quick CSS or custom.css to add the border below the header:
#header_main_alternate {
border-bottom: 3px solid yellow;
}
2.) Add something like this:
#header_main_alternate {
background: url('http://mpybeta.arixwebdesign.com/wp-content/uploads/2014/02/diagonal-bold-dark.png') repeat;
}
The background won’t be visible because the diagonal lines are black too.
3.) Use this:
.header_color a {
border-color: yellow;
}
Best regards,
Ismael