Hi,
How can I make the parent category (All Dermal Fillers) bold and black instead of pink on mobile view?
I added some HTML but it hasn’t made any difference.
Thanks!
Hey ballindigital,
Thank you for the inquiry.
You can add this css code to adjust the color of the “All Dermal Fillers” menu item on mobile view:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a[href="https://www.rosevel.ie/product-category/dermal-fillers/"] {
color: black;
}
}
Best regards,
Ismael
Hi, thanks for this but it hasn’t seem to have worked?
Hi,
It seems to be working correctly on our end. Please try adding it again, then toggle or temporarily disable the Enfold > Performance > File Compression settings. Let us know the result.
Best regards,
Ismael
Hi – I can’t seem to get it working? The file compression settings are off too.