jessmileur Posted August 11, 2020 Share Posted August 11, 2020 (edited) Hi, all! I'm trying to add a colored bottom border to my header nav links. I've successfully coded the border, but my problem is that it inherits the text color, rather than the independent color I've coded in. Any thoughts as to what might be happening? Thanks! Code is below. //HEADER NAV UNDERLINE// .header-nav-item a { display: inline-block; color: #FFFFFF !important; text-align: center !important; border-color: #627360 !important; border-bottom: 2px solid !important; } Thanks in advance for any input! Edited August 11, 2020 by jessmileur Link to comment
Solution jessmileur Posted August 11, 2020 Author Solution Share Posted August 11, 2020 I've solved my own problem just now with this update code: //HEADER NAV UNDERLINE// .header-nav-item a{ display: inline-block; color: #FFFFFF !important; text-align: center !important; border-bottom: 2px solid #627360 !important; } 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