Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1094627

    On the mobile menu, per the image. How do I make the submenu arrow down more black and how would I change the down arrow to a “+” so that the user knows to click on it? I circled the area I’m talking about. Also where exactly would I change the blue background to another Hex color? https://imgur.com/a/LbzR1F5

    #1095540

    Hey webguy007,

    Thank you for using Enfold.

    Use this css code to adjust the color of the submenu indicator and increase its size.

    #top #wrap_all #av-burger-menu-ul li a .av-submenu-indicator {
        color: #000000;
        font-size: 20px;
    }

    And add this one to change the symbol.

    .html_av-submenu-hidden .av-submenu-indicator:before {
      content: "\E816";
      font-family: 'entypo-fontello';
    }

    Best regards,
    Ismael

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