Home Forums WoodMart support forum Ayuda menu principal

Ayuda menu principal

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #290679

    rodrigo17r
    Participant

    Hola, quiero que cuando el mouse pase por encima de los links del menú principal, las letras se agranden (sin necesidad de hacer clic). Gracias.

    #290740

    Hello,

    Please Edit the Menu from Appearance >> Menus and edit the menu items and make sure that you have set them as hover.

    Screenshot for Clarification: https://prnt.sc/12o59s1

    If you are trying to ask anything else then please provide some relevant screenshots of the specific area with the URL of the page to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #291613

    rodrigo17r
    Participant

    Ok gracias por responder, pero dónde pongo para que la letra aumente de tamaño? sólo al pasar el mouse.

    #291705

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-main>li>a:hover {
        font-size: 20px;
    }

    Best Regards.

    #291712

    rodrigo17r
    Participant

    No funciona, ayuda por favor.

    #291761

    Hello,

    Please replace the previous Custom CSS with the following then clear cache and check back.

    .woodmart-navigation.main-nav .item-level-0 > a:hover {
        font-size: 20px;
    }

    Regards.
    Xtemos Studios

Viewing 6 posts - 1 through 6 (of 6 total)