chlorichardson Posted July 23, 2020 Posted July 23, 2020 Site URL: https://www.interiorsbyhonor.com/ Hi, I require a navy blue line to seperate header from content below. It needs to stay the same across all pages. I have attached an example how it should look like. I am unsure how to code to get the line at this part of the website.
tuanphan Posted July 23, 2020 Posted July 23, 2020 Add to Home > Design > Custom CSS .header-announcement-bar-wrapper:after { content: ""; display: block; background: black; width: 100%; height: 1px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
derricksrandomviews Posted July 23, 2020 Posted July 23, 2020 This works as well, heck of a lot simpler lines of code than I thought it would take. header#header { border-bottom: 2px solid blue; }
chlorichardson Posted July 23, 2020 Author Posted July 23, 2020 6 hours ago, derricksrandomviews said: This works as well, heck of a lot simpler lines of code than I thought it would take. header#header { border-bottom: 2px solid blue; } this is not working for me? thoughts
derricksrandomviews Posted July 24, 2020 Posted July 24, 2020 Remove the double close on the last line not supposed to be two of these }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.