Shopify themes, liquid, logos, and UX
hi,
is it possible to underline the text on my menu en not make it white because the background is already white.
is it also possible to make the header white only when i hover the menus?
website: https://www.gallerychristian.com/
password 6399
thanks
Solved! Go to the solution
This is an accepted solution.
x-header.header:hover {
background: white !important;
}
x-header.header:hover * {
color: black !important;
fill: black !important;
}
ul.header__dropdown-menu > li {
text-decoration: underline !important;
}
@christian_russo - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.header__dropdown-menu .link-faded-reverse:hover {color: rgb(0 0 0 / 100%); text-decoration: underline;}
This is an accepted solution.
x-header.header:hover {
background: white !important;
}
x-header.header:hover * {
color: black !important;
fill: black !important;
}
ul.header__dropdown-menu > li {
text-decoration: underline !important;
}
hi!
thanks this worked! but is it possible to only underline it when I hover it? and can I make the box bigger? and make my logo black when I hover the header so you can still see it? thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024