eitanj
December 15, 2022, 10:44am
1
I want to remove specifically the underlining that appears on hover on the header and all the product cards, as well as everywhere else on the website. Ive tried almost every solution on the forum and none of them have worked so far.
Website: blankfuture.co
Password: helpme
Hello @eitanj
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you:
Go to Online Store → Theme → Edit code:
Open your theme.liquid theme file
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
eitanj
December 15, 2022, 10:54am
3
Hey! Unfortunately that didn’t work.
Hello there,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >base.css and paste this at the bottom of the file:
.header__menu-item:hover span {
text-decoration: none;
}
details[open]>.header__menu-item {
text-decoration: none;
}
a:hover{
text-decoration: none;
}
.card__heading a{
text-decoration: none !important;
}
.underline-links-hover:hover a {
text-decoration: none;
}
@eitanj
I checked: when hovering over the product title, underline has not to display
eitanj
December 15, 2022, 11:00am
6
You’re right! I didnt realize sorry I wasn’t paying attention I thought youd responded for the header issue.
Both solutions worked. Thanks!!!
eitanj
December 15, 2022, 11:00am
7
This worked perfectly! Thank you!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.