hyperlinks in dot points are not blue, dawn theme

Solved

hyperlinks in dot points are not blue, dawn theme

marlerjake
Excursionist
37 0 7

hi, when i add a hyperlink to dot points when writing blog posts, they dont change in colour to the blue like they usually do.

 

Store url: https://evolvedh2o.com/

Example blog post url: https://evolvedh2o.com/blogs/news/hydrogen-water-bottle-silicone-components

 

Example of the hyperlink changing to blue like it should

marlerjake_1-1733445718451.png

 

Example of the hyperlink colour remaining unchanged when in a dot point list

 

marlerjake_0-1733445683702.png

 

How do I fix this?

 

Kind Regards,

Jake

Accepted Solution (1)

LizHoang
Shopify Partner
467 58 86

This is an accepted solution.

Hi @marlerjake 

 

You can change it on your store by following this instruction:

1. Go to Shopify > Theme > Customize

2. Copy and paste this code on Theme settings > Custom CSS section

.article-template__content a {
    color: #1A73E8  !important;
}
.article-template__content a:hover {
    color: #1A73E8 !important;
}

 

Here is the result :

 

LizHoang_0-1733462388746.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 5 (5)

Guleria
Shopify Partner
3944 791 1120

Hello @marlerjake ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

 

.article-template__content li a {
    color: #1a73e8 !important;
}

 

Problem solved don't forget to Like it and Mark it as Solution!
If you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Regards
Guleria

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

GTLOfficial
Shopify Partner
726 154 155

Hello @marlerjake 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.rte a {
color: #1a73e8 !important;
}

result
45.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
marlerjake
Excursionist
37 0 7

thank you for taking the time to respond

LizHoang
Shopify Partner
467 58 86

This is an accepted solution.

Hi @marlerjake 

 

You can change it on your store by following this instruction:

1. Go to Shopify > Theme > Customize

2. Copy and paste this code on Theme settings > Custom CSS section

.article-template__content a {
    color: #1A73E8  !important;
}
.article-template__content a:hover {
    color: #1A73E8 !important;
}

 

Here is the result :

 

LizHoang_0-1733462388746.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
marlerjake
Excursionist
37 0 7

thank you, worked a charm