Shopify themes, liquid, logos, and UX
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
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024