Viewing 5 posts - 1 through 5 (of 5 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.

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