Main Navigation Menu Item Font Size

Home Support eCommerce Gem Main Navigation Menu Item Font Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8540
    NonJenkins
    Participant

    Hi
    Can anyone help me with this? I have tried all sorts of custom CC to try and reduce the font size of my main menu but nothing seems to be working. I’m using Visual Composer and selecting the Basic Menu item. Within that I am selecting font size 12 – but that makes no difference – I can make it 20 or 12, it doesn’t change. This is why I tried custom CSS options and again no luck.

    The url I’m dealing with is temporary as the site is waiting to be moved to another domain.

    http://vv7.4bd.myftpupload.com/

    #8541
    ProDesigns
    Keymaster

    Hi @NonJenkins

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to reduce font size of the main menu.

    .vce-basic-menu-container .vce-basic-menu ul .menu-item a{
        font-size: 12px!important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.