• Resolved fatimaa

    (@fatimaa)


    Hi Kharis,

    Here is another problem i have plz see in attached photo i want to remove those dropdown arrows in the main menu somehow started appearing plz help me as i think its a result of a theme update also i need to add two more menu items there but its has not enough space kindly help me resolve the issue will be very thankful.

    Regards

    Fatima

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Fatima,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    #mainnav .menu > .menu-item-has-children > .dropdown-symbol {
      display: none;
    }
    
    #mainnav .menu > li > a {
      font-size: 13px;
    }

    The last line,

    #mainnav .menu > li > a {
      font-size: 13px;
    }

    reduces the font size, so that you’d have extra space for your additional menus.

    Thread Starter fatimaa

    (@fatimaa)

    Thanks a lot Kharis the code worked perfectly and it looks fine.

    Regards

    Fatima

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