• Resolved pulc001

    (@pulc001)


    Hello,

    I am running the astra theme and trying to add custom css to remove the sub menu arrows (6 in all).

    any ideas how this can be achieved? I have tried the below custom css however it is not working:

    .ast-icon icon-arrow{
    display: none;
    }

    • This topic was modified 5 years, 3 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter pulc001

    (@pulc001)

    I managed to resolve this and posting for everyone’s benefit. the correct css to hide this:

    .sub-menu .icon-arrow{
    display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Remove Services Sub Menu Arrow Indicator with Custom CSS’ is closed to new replies.