AveryBranenDesign Posted December 14, 2020 Share Posted December 14, 2020 Site URL: https://ray-dory-c4h3.squarespace.com/config/ Hello! Thank you in advanced to all who help! I cannot for the life of me get a line or "border-bottom" under by header. I am trying to achieve a navigation bar like this: https://www.hilma.co/ I have tried .Header { border-bottom: 5px solid #b0b579 ;} This code does nothing on my site as well as .footer { border-top: 5px solid #b0b579 ;} does nothing. PLEASE SEND HELP Link to comment
derricksrandomviews Posted December 15, 2020 Share Posted December 15, 2020 (edited) I use this code in custom css for a black line under active link. You can make it larger by adjusting the px and change the color if you wish. main-nav ul li.active-link a, .main-nav ul li.active-link a:visited { border-bottom: 4px solid #000000; } This one turns a link border on all the time on hover, I have not tried it myself: #nav > ul > li:hover {border-color:rgba(192,192,192,0.5)} You can convert/choose a different color here: https://convertingcolors.com/rgb-color-192_192_192.html#:~:text=The RGB color 192%2C 192,the color name is silver. Edited December 15, 2020 by derricksrandomviews Link to comment
tuanphan Posted December 15, 2020 Share Posted December 15, 2020 Your site is private. Can you setup password & share url? We can help easier 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