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?
Page - https://directcomputers.myshopify.com/pages/services
password - flowma
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?
Page - https://directcomputers.myshopify.com/pages/services
password - flowma
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!
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;
}
Hey guys i’ve added that on but it doesn’t seem to work!
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;
}