MrkDesigns Posted July 15, 2020 Share Posted July 15, 2020 Site URL: https://marksantiagodesigns.com Hello, I was attempting to add an underline to the top navigation links, but I encountered to minor edits I haven't quite been able to make adjustments to. I am currently using this CSS: .nav-item.active { border-bottom: 2px solid currentColor; } However, the individual project pages do not have underlines and the text is not centered above the underlines. Is there any way to make this change to the individual navigation links? Thank you! Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 Use this CSS to insert underline .nav-item.active span:after { content: ""; display: block; background: white; height: 1px; width: 95%; margin-top: 10px; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment