Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1477931

    Hi,

    How can I make the parent category (All Dermal Fillers) bold and black instead of pink on mobile view?

    View post on imgur.com

    I added some HTML but it hasn’t made any difference.

    Thanks!

    #1477973

    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

    #1478018

    Hi, thanks for this but it hasn’t seem to have worked?

    #1478082

    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.

    View post on imgur.com

    Best regards,
    Ismael

    #1478138

    Hi – I can’t seem to get it working? The file compression settings are off too.

    #1478357

    Hi,
    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.
    Screen Shot 2025 03 01 at 12.34.37 PM

    Best regards,
    Mike

    #1479277

    Hi,

    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..

    View post on imgur.com

    #1479302

    Hi,

    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;
    }

    View post on imgur.com

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.