Hi;
Enfold is an amazing theme. I am also happy with your support.
I have a question about the description I add below the heading of product on “Shop overview page”. It always changes color when I hover, the color of heading highlight in the main content.
I try to add the css like:
div.inner_product main_color.wrapped_style.noLightbox.av-product-class-no_button a:hover {
color: #12a19c !important;
}
But nothing change. It so annoy.
How can let it like the color itself before?
Hey ezvisa,
We apologize for the late response.
I have checked the link you gave and I can’t seem to find what you’re referring, I could not find the heading or the description below it that you mentioned.
Is it removed? if I have missed it, please point it or atleast let me know the text so I can search on it.
Best regards,
Nikko
You can hover the product Name “Visa Du lịch Trung Quốc” and see the short description is changed color.
Before: https://uphinhnhanh.com/image/S15uKB
After hover: https://uphinhnhanh.com/image/S1554V
Please help me fix it.
Hi,
Thanks for the info.
This css code should help.
.main_color .products .product a:hover {
color: #12a19c;
}
Best regards,
Ismael
Thanks for your help so much! It’s worked.