Archived topic
Marketer theme: How to setup borders for header and footer?
3 replies · Started by Timo on December 12, 2019
Viewing posts 1–4 of 4
Hi!
Looking for a way to add borders for Primary Navigation and Footer elements?
How can I do this in CSS?
Cheers,
Timo
Hi there,
it requires some CSS.
This for the Pagination Nav to match the articles:
#nav-below {
border-radius: 5px;
border: 1px solid #58A31D;
}
And this to add a border to the Navigation and Footer:
.site-footer, .main-navigation {
border: 1px solid #000;
}
Thank you, David!
Cheers,
Timo
You're welcome
This archived topic is closed to new replies.