Hi Shopify Support,
We’re looking to remove the underline from hyperlinks in our blog posts. Could you please guide us on how to adjust the CSS for this?
Thank you for your help!
Hi Shopify Support,
We’re looking to remove the underline from hyperlinks in our blog posts. Could you please guide us on how to adjust the CSS for this?
Thank you for your help!
Hi @NanoSG ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
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 ![]()
Hello @NanoSG
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file.
h5.t4s-widget-title::after {
border-bottom: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks