Change H2 Link colour for multicolumn only - Dawn theme

Solved

Change H2 Link colour for multicolumn only - Dawn theme

KateD199
Tourist
12 0 0

Hello, I am wanting to change the link colour (and possibly remove the underline) for my multicolumn on the main page. I have put the link in the description so I can change the heading size, but can't change the colour - I just want it black. 

 

I found a code that changed all link colours but I don't want this, I just want to change the colour for this section if possible. I haven't done it as a collection list as I want some links to go to pages, not collections.

 

I am using Dawn theme version 14. Website is not live yet, link is:

https://5b1cfb-2.myshopify.com/

password is Blues2020

 

KateD199_0-1716937502469.png

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4854 1091 1764

This is an accepted solution.

 

Hi @KateD199 

 

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>
.multicolumn-list a {
    text-decoration: unset;
    color: #000;
}
</style>

PageFlyRichard_0-1716944048076.png

 

Also while checking on your page to find the solution. I can see that your store is looking good and elegant. However i have some suggestions for you:

PageFlyRichard_1-1716944114533.png

 

 

You can consider adding a Star review for the product here and highlight the product price.

 

Star rating will make your product more trust worthy, and highlight the price will make your customer easier to see the pricing of product

 

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.

View solution in original post

Replies 3 (3)

comercioservice
Shopify Partner
283 38 35
@KateD199 
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) base.css and paste this code on the end

 

.rte a {
    text-decoration: none;
}

 

I hope it works for you, let me know, if not, I have another solution just DM me
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

PageFly-Richard
Shopify Partner
4854 1091 1764

This is an accepted solution.

 

Hi @KateD199 

 

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>
.multicolumn-list a {
    text-decoration: unset;
    color: #000;
}
</style>

PageFlyRichard_0-1716944048076.png

 

Also while checking on your page to find the solution. I can see that your store is looking good and elegant. However i have some suggestions for you:

PageFlyRichard_1-1716944114533.png

 

 

You can consider adding a Star review for the product here and highlight the product price.

 

Star rating will make your product more trust worthy, and highlight the price will make your customer easier to see the pricing of product

 

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.

KateD199
Tourist
12 0 0

That worked perfectly, thanks so much for your quick response! Thank you also for having a look at the rest of the site and offering suggestions, I will definitely look into your suggestions 🙂