Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
The title says it all, I am looking for a solution to have both those elements become bold on hover and remove the underline. I can't figure out what is the proper section ".something:hover" to assign the css code.
Can someone please help me with that issue?
www.inprintstore.com pass:shiznitz
Solved! Go to the solution
This is an accepted solution.
Hi @lplabranche
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.header-localization .disclosure .localization-form__select:hover {
text-decoration: none;
font-weight: 900;
}
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @lplabranche
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.header-localization .disclosure .localization-form__select:hover {
text-decoration: none;
font-weight: 900;
}
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
thanks for your previous answer, yhwould you be able to have the same effect applied on the cart+user profile icon in my header by any change?
one last request, doing the same thing to the "share" button for every product? Can't seem to find the proper section where to modify it. Thanks a lot