remove underline from text

Hi,
I’m seeing an unwanted underline under text elements on my Shopify store. I’ve tried changing colors and CSS, but it’s still there. How can I remove it?

Thanks!

@muhasan

There needs to be add some custom CSS to remove that.

If possible please share your store URL. If your store is password protected then share the password with it so I can check and help you with it.

https://jewlorst.com/

Hello @muhasan

Thank you for sharing your store URL.

You can add below CSS under the THeme settings → Custom CSS and try that.

Go to the online store → Theme Customize → Theme settings → Custom CSS

Screenshot: https://prnt.sc/F0tSqBmCUaKe

h3 {
	border-bottom: 0;
}

Once you add this the result will be like this. https://prnt.sc/kERN9tpg9pIt

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Huge Thanks for Your Help!