All things Shopify and commerce
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
Hi!
Can someone please help me remove the underline on my titles that contain links. I would also appreciate it if someone could help me remove the borders/frames on my featured collections. Thank you!
Here's a preview link to my website:
https://balay-ko.com/?key=42603da87904598120810c5a55bad4471a9560712a1ed375331fd6f59e124e7e
Jhermaine
Solved! Go to the solution
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App
Hi @jhermaine Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.card__heading a:after {
cursor: default !important;
}
h2.title.inline-richtext > a {
text-decoration: none !important;
}
.card__inner > .card__media {
width: 100% !important;
margin: 0 !important;
}
</style>
And here is result ( i also fixed cursor when hover )
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @jhermaine ,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
{% style %}
h2.title.inline-richtext > a {
text-decoration: none !important;
}
.card__inner > .card__media {
width: 100% !important;
margin: 0 !important;
}
{% endstyle %}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App
Hi @jhermaine Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.card__heading a:after {
cursor: default !important;
}
h2.title.inline-richtext > a {
text-decoration: none !important;
}
.card__inner > .card__media {
width: 100% !important;
margin: 0 !important;
}
</style>
And here is result ( i also fixed cursor when hover )
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This worked! OMG thank you so much!
Hi @jhermaine
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
a {
text-decoration: none !important;
}
.card__media {
margin: 0 !important;
width: 100% !important;
}
{% endstyle %}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hi Jhermaine
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.card__media {
margin: 0 !important;
width: 100% !important;
}
a {
text-decoration: none !important;
}
Result:
Best,
Liz