• Resolved fro169

    (@fro169)


    I’m looking to change the color of the arrow on the mobile menu.

    header-toggle template-arrow-up

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Fro,

    Please go to Mega Menu > Menu Themes > Custom Styling and add the following:

    @include mobile {
        #{$wrap} #{$menu} a.mega-menu-link:after {
            color: red !important;
        }
    }

    I’m not sure what you’re referring to with “header-toggle template-arrow-up” – that sounds like maybe it is some CSS classes from your themes mobile menu. If your theme is still controlling the mobile menu, you’ll need some different CSS (you would need to ask your theme authors for this).

    Regards,
    Tom

    Thread Starter fro169

    (@fro169)

    Hi Tom,

    Thanks for the quick response.

    The header toggle is just what I found the arrow labeled as.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Arrow Color’ is closed to new replies.