• Resolved fukuchann

    (@fukuchann)


    I would like to fix the following two points
    Thank you for your cooperation.

    When I click on a menu, I want an underline to appear on the clicked menu, but it may or may not be visible.

    When I hover over the menu, a border appears above the sub-item in the menu with the sub-item and I want to remove it.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Thank you for contacting us about our theme Sydney. I am happy to help out.

    Try adding this CSS code to your site’s Additional CSS.

    
    #mainnav .current-menu-parent.menu-item-has-children {
      border-bottom: 2px solid #D83A3A;
    }
    
    #mainnav ul li ul:after {
      display: none;
    }
    

    ?I hope this reply helps.

    Regards,
    Kharis

    Thread Starter fukuchann

    (@fukuchann)

    Thank you for the reply.
    My problem was resolved.

    Thanks.

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Underlines are not displayed correctly when hovering over a menu.’ is closed to new replies.