• I amd trying to make the font size smaller in the submenu of a horizontal menu at https://www.ancastaquality.uk/ but my style changes are not making any difference – the style is not even showing in the Firebug or Web Developer extensions in Firefox.

    This is the style in my child theme stylesheet:

    /* Top menu */
    ul.shortcode_menu.ancasta-sub li ul.sub-menu li a (
    	font-size: 12px !important;
    }

    The class “ancasta-sub” was set in the Shortcode Menu Creator and my shortcode looks like this:

    [shortmenu menu="Top menu" class="ancasta-sub" display="inline" enhance="true" menu_color="#e0643e" menu_anchor_color="#ffffff" menu_anchor_hover_color="#eaf682" submenu_color="#ffc180" submenu_anchor_color="#666666" submenu_anchor_hover_color="#999999" submenu_transparency="1" arrow="true" is_responsive="true" css="a:link {text-decoration: none;}" ]

    The “a.link” css is working OK, so I tried adding my css after it (before the closing quote), but that didn’t work.

    Can anyone help?

    https://www.ads-software.com/plugins/shortcode-menu/

  • The topic ‘Change submenu font size?’ is closed to new replies.