Hi.
After click “read more” in product text, colour change to grey.
I need same colour after click “read more” (black)
is it possible?
Thanks.
Hello Erik,
Please provide url
I am having same problem in price comparison theme. please help.
After click “read more” in product text, colour change to grey.
I need same colour after click “read more” (black).
Hello Satyendra,
Please provide url
Thanks Josh for your instant reply
my website url is
http://www.mysmartselect.com
please search Apple iPhone 5, in this listing I have written description.
Try below code under Theme Setup >General Setup >Custom css
.less-link {
color:#000 !important;
}
Hello Satyendra,
Please try below code
.single .details a {
color: #f00 !important;
}
Sorry Josh,
I didn’t work.
It is only changing color of “read less” button to red.
Please try this
.more-link {
color: #f00 !important;
}
This time “read more” button color is red only.
Sorry,thought you wanted to change the ‘Read More’ link color.Please try below code
.single .details {
color: #000 !important;
}
Thanks a lot Josh,
It worked.
May GOD bless you.
You’re welcome Satyendra.Have a great day
Works for me too. Thanks Josh and Satyendra
You must be logged in to reply to this topic.