Removing Underline from Blog Post Hyperlinks

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