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

Remove underline + bold on hover header currency and language selector

Solved

Remove underline + bold on hover header currency and language selector

lplabranche
Excursionist
40 0 20

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

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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:

Made4uoRibe_0-1724700811621.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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:

Made4uoRibe_0-1724700811621.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
lplabranche
Excursionist
40 0 20

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?

lplabranche
Excursionist
40 0 20

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