I'm trying out the new 7.1 at the moment. In 7.0 I had a template that allowed me to add a 1px border line at the bottom of the header and the top of the footer. I'd like to replicate this in 7.1, but I don't see any styling options for that. What custom CSS do I need to add to make that happen?
Add to Home > Design > Custom CSS
/* Add a line to bottom of header */
header#header {
border-bottom: 1px solid green;
}
/* Add a line to top of footer */
footer#footer-sections {
bo
Question
MarkHazeldine 0
I'm trying out the new 7.1 at the moment. In 7.0 I had a template that allowed me to add a 1px border line at the bottom of the header and the top of the footer. I'd like to replicate this in 7.1, but I don't see any styling options for that. What custom CSS do I need to add to make that happen?
Link to post
Top Posters For This Question
3
2
1
1
Popular Days
Oct 2
2
Jun 9
2
Mar 11
1
Mar 12
1
Top Posters For This Question
tuanphan 3 posts
AlSer 2 posts
MarkHazeldine 1 post
SomethingMoreDesign 1 post
Popular Days
Oct 2 2020
2 posts
Jun 9 2020
2 posts
Mar 11 2020
1 post
Mar 12 2020
1 post
Popular Posts
tuanphan
Add to Home > Design > Custom CSS /* Add a line to bottom of header */ header#header { border-bottom: 1px solid green; } /* Add a line to top of footer */ footer#footer-sections { bo
tuanphan
Remove this code header#header { border-bottom: 1px solid #e5e5e5; } and add .header-announcement-bar-wrapper { border-bottom: 1px solid #e5e5e5; }
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment