Removing Underline from Blog Post Hyperlinks

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!

1 Like

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 :heart_eyes:

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