Can I change the hover color for "Read More" on my Shopify services page?

Not applicable

Hey guys,

How can i get the "Read More" text on each of the sections on the services page, when hovering over it goes red?

joshsadler98_0-1627984117480.png

Page - https://directcomputers.myshopify.com/pages/services

password - flowma

Replies 5 (5)

dmwwebartisan
Shopify Partner
12280 2546 3694

@Anonymous 

Please add the following code at the bottom of your assets/theme.css file.

div.az-text.az-contenteditable > div:nth-child(2):hover {
    color: red;
}

Hope this helps.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kinjaldavra
Shopify Partner
2302 570 1422

hello @Anonymous 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

div.az-text.az-contenteditable > div:nth-child(2):hover {
    color: red;
}

 

Not applicable

Hey guys i've added that on but it doesn't seem to work!

Not applicable

joshsadler98_0-1628010643160.png

 

you can see it's added on but on the live site it's not working

Kinjaldavra
Shopify Partner
2302 570 1422

hello @Anonymous 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 

div.az-text.az-contenteditable > div:nth-child(3):hover   {
    color: red;
}