Hi all,
I want to remove the line underneath the menu item in the header when hovered over. I also want to expand the box surrounding the menu item on hover, so it is the size of Amazon's box (see the header of Amazon.com). Please see the image below.
Hello @TechSolver,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste below code at bottom of file
.header a:hover {
outline: 0px solid black !important;
}
.header-navigation-link.header-navigation-current:after{
background-color:#fff !important;
}
Want to modify or custom changes on store hire me.
If helpful then please Like and Accept Solution.
Email: wahabahmadghori@gmail.com
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste below code at bottom of file
.header a:hover {
outline-offset: 10px;
}
Want to modify or custom changes on store hire me.
If helpful then please Like and Accept Solution.
Email: wahabahmadghori@gmail.com
User | Count |
---|---|
713 | |
142 | |
103 | |
64 | |
37 |