• When I press “Servicio”, “Conocenos” or “Contacto”, it scrolls down but the name of the menu remains selected. This started to happen when I installed a plugin to fix the menu. In no other page of wordpress happens, can you help me? Thanks in advance.

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

Viewing 1 replies (of 1 total)
  • I suppose you mean the dotted border around the menu item?

    This is the Focus Attribute of the link which is styled that way by your theme.
    You can override this by adding

    .ast-builder-menu-1 .menu-item > .menu-link {
    outline:none
    }

    to your CSS Code.

Viewing 1 replies (of 1 total)
  • The topic ‘The menu items remains selected when I press it.’ is closed to new replies.