P-Lato Posted April 4, 2021 Share Posted April 4, 2021 Site URL: https://www.patrickpilato.ca/ Hi there, i would like to add white underline hover effects to my navigation bar, as well as on the drop down menu. I have already used code to make the menu and the dropdown menu transparent. Link to comment
P-Lato Posted April 4, 2021 Author Share Posted April 4, 2021 I have found the codes to add hover underlines to the navigation bar, but i would like to customize it (make it a thicker line, and create space between the link and the line) Link to comment
creedon Posted April 5, 2021 Share Posted April 5, 2021 Add the following to Design > Custom CSS. .header .header-nav-wrapper a { padding-bottom : 1em; } .header-nav-item a:hover { border-bottom-width : 5px !important; } This is for v7.1. You can of course change the number values to suit your needs. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
P-Lato Posted April 9, 2021 Author Share Posted April 9, 2021 On 4/4/2021 at 8:57 PM, creedon said: Add the following to Design > Custom CSS. .header .header-nav-wrapper a { padding-bottom : 1em; } .header-nav-item a:hover { border-bottom-width : 5px !important; } This is for v7.1. You can of course change the number values to suit your needs. Let us know how it goes. Awesome thank you! creedon and Beyondspace 2 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