Blueridgead Posted April 28, 2020 Share Posted April 28, 2020 Site URL: https://gerbercont.squarespace.com Hello, I am trying to achieve an underlined affected underneath each item in the main navigation folder. I would like to have a horizontal rule underneath each item, but cannot seem to get the right effect with the text-decoration css that I am using right now. Is this even possible to achieve? I am using the Brine template and the website can be accessed here: https://gerbercont.squarespace.com with the password being "gerbercontrols". Below is what the desired appearance is in terms of the horizontal rule that I would like to have. Link to comment
tuanphan Posted April 28, 2020 Share Posted April 28, 2020 Add to Home > Design > span.Header-nav-folder { border-top: 5px solid blue; padding: 0; } a.Header-nav-folder-item { text-decoration: none; padding: 10px; border-bottom: 1px solid #ededed !important; } Custom CSS Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Blueridgead Posted April 28, 2020 Author Share Posted April 28, 2020 7 hours ago, tuanphan said: Add to Home > Design > span.Header-nav-folder { border-top: 5px solid blue; padding: 0; } a.Header-nav-folder-item { text-decoration: none; padding: 10px; border-bottom: 1px solid #ededed !important; } This works perfectly! Thank you very much for your help! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.