Shop Categories

X

Removing the arrow for the sub-menu in the menu

Home Forums Agama Pro Removing the arrow for the sub-menu in the menu

Topic Resolution: Resolved

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7760
    alibi2017
    Participant

    Hi guys!

    I would want to remove the arrow in the main menu that shows there is a sub-menu! https://prnt.sc/ihipro

    Thanks!

    #7771
    Zex
    Moderator

    Hello Alibi!

    To remove the arrow from main menu, insert the code below, inCustomize->General->Additional CSS:
    code:

    #masthead .agama-primary-nav a:after {
        display: none;
    }

    Regards

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