New Landing How can we help? Atelier Remove Facebook / Twitter logos in menu + dropdown font size question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #208905
    sopm
    Member
    Post count: 17

    Hi,

    How can I remove the facebook and twitter logos in the main menu?

    I also want to change the look of the dropdown menus:

    Change the font size of the dropdown menu font to 10px – I have tried editing css but this isn’t working:

    #nav .menu ul.sub-menu li.menu-item > a, nav .menu ul.sub-menu li > span, nav.std-menu ul.sub-menu {
    margin-top:2px font-size: 10px; border:none; padding:4px 0px 4px 0px !important;
    }

    I would also like to make the background of the dropdown menu and the shopping cart dropdown transparent (0.6).

    Thanks!

    #209008
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Go to Theme Options > Header Options and remove the social icons from the header config

    2) You need to remove this from your custom css:

    a, .ui-widget-content a, #respond .form-submit input[type="submit"] {
        font-size: 12px !important;
    }

    3) Add this to your custom css:

    nav .menu ul.sub-menu, li.menu-item.sf-mega-menu > ul.sub-menu > div {
      background-color: rgba(255,255,255,0.6)!important;
    }

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register