Dawn Theme, Remove Hyperlink Underline From Headers, Subjects and Texts without editing formatting.

Dawn Theme, Remove Hyperlink Underline From Headers, Subjects and Texts without editing formatting.

Saharsh
Not applicable
1 0 0

Hello There Community, I am the owner of the store ebonywoodcrafts.in

 

As you can see i have added hyperlinks to the Header and Descriptions of the Multi- Row Section of the DAWN Theme. I did that because there was no other way to directly drive the user to the page without clicking on the button. But adding hyperlink from the editor make the text underlined. I want to remove the underline. Can You advice a way? I dont want any other editing to change except the underline from the hyperlink text to be removed. Please Help!

 

Saharsh_0-1702363707350.png

 

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
9527 1913 1948

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code below after <head> element

<style>
.image-with-text a { text-decoration: none !important; } 
</style>

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

PageFly-Richard
Shopify Partner
4661 1068 1725

Hi @Saharsh 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.image-with-text a {
    text-decoration: unset !important;
}
</style>

PageFlyRichard_0-1702434534283.png

 

Hope this can help you solve 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.