I want to add a CSS to this text so that the text color changes when clicked.
-
I want to add a CSS to this text so that the text color changes when clicked. Please check the screenshot.
Here’s the link: https://demo.prestigegemsstore.com/product-category/precious-stones/blue-sapphire/
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Options >> Custom CSS >> Global CSS section:
.elementor-widget-sidebar .current-menu-item a {
color: red;
}
Best Regards.