I want to change the product description color when clicked on all.
Please guide me as on what to add on the additional CSS on customize.
I am using Xtore Electronics Theme.
Thank you
This topic has 8 replies, 2 voices, and was last updated 2 months, 2 weeks ago ago by Luca Rossi
I want to change the product description color when clicked on all.
Please guide me as on what to add on the additional CSS on customize.
I am using Xtore Electronics Theme.
Thank you
Dear @Dean,
We hope this message finds you well.
Could you kindly provide us with some screenshots at your earliest convenience?
Thank you in advance for your assistance.
Best regards,
The 8Theme Team
Please see the screenshot attached.
I want to add say #00acc1 so when the description is clicked it changes from black the current color to #00acc1.
So I want the color change only when clicked.
That will be on all descriptions in desktop and mobile.
I highlighted the descriptions on the screenshots.
I am looking for what I can add on additional css.
Thank you
Dear @Dean,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.text-center.product-details .product-title a:active {
color: red;
}
.text-center.product-details .product-title a[tabindex]:focus {
color:red;
outline: none;
}
Kind regards,
The 8Theme Team
All working working with the red.
Thank you
Another query.
How can I change the color on hover on product description as well please.
Dean
Hi @Dean,
Please also add this custom CSS code:
.text-center.product-details .product-title a:hover {
color: blue;
}
Hope it helps!
Thank you very much for sorting all my queries.
All working
Till next time.
Hello, and thank you for reaching out.
You are most welcome.
Best regards,
The 8Theme Team
The issue related to '‘Changing Colour Description when clicked’' has been successfully resolved, and the topic is now closed for further responses