Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #248289

    How can I change the font size of the Mega Menu drop down under the “Services” tab?

    http://198.46.81.6/~johnst20/

    Thanks for your help!

    #248477

    Hi danieltjohnston!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top #header .mega_menu_title a {
    font-size: 14px; }

    Best regards,
    Yigit

    #248536

    Thanks for your help. That did the trick. One more question, how would I condense the padding between the list of links in the drop down. Right now there is a fairly decent gap between the items (Inventory Management, 3M Premier Distributor, GSA | Government Supplies). How would I make this so that there is only 10 px or so between the items?

    Thanks.

    #249491

    Hi!

    Please add following code to Quick CSS as well

    #top #header .avia_mega_div > .sub-menu > li {
    padding-top: 10px;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.