
-
AuthorPosts
-
February 25, 2025 at 6:22 pm #1477931
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!
February 26, 2025 at 6:00 am #1477973Hey 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,
IsmaelFebruary 26, 2025 at 1:33 pm #1478018Hi, thanks for this but it hasn’t seem to have worked?
February 27, 2025 at 6:38 am #1478082Hi,
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,
IsmaelFebruary 27, 2025 at 3:25 pm #1478138Hi – I can’t seem to get it working? The file compression settings are off too.
March 1, 2025 at 6:36 pm #1478357Hi,
please clear your browser cache and check.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Best regards,
MikeMarch 13, 2025 at 6:56 pm #1479277Hi,
I finally got this working – not sure why it took so long?
This is great but I wanted all the other top levels links to be black too..
Is there a way to target them all?
In this example, All Skin Boosters would be black too.
All Under Eye Skin Boosters too etc..
If you scroll through the menu all the ‘All..’ categories should be black to..
March 14, 2025 at 5:33 am #1479302Hi,
To target all top level menu items, please use this css code:
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul .menu-item-14632 > .sub-menu > li > a { color: black; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.