Full width menu changes (font size, color, font type) and Columns

This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: ctrimde
    ctrimde
    Participant
    May 30, 2015 at 14:08

    Hello,

    thanks for the great support for all of us! I would really appreciate the help on the following:

    In a Fullwidth menu:

    1) change FONT, Size ,Color, bold of:

    a) Colum header
    b)column subitems

    Example: lecity.org- menu “Shop”- Change-FONT, Size , Color, bold of “Brands” as well as FONT, Size , Color of all subitems

    2.)
    since i have more and more brands be added to BRAND column the menu uwill become very long, how do i split the BRAND column in two (with the same brand header)

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2015 at 09:12

    Hello,

    1. Add this code in custom.css:

    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a {
        color: red;
        font-size: 13px;
        font-family: open sans !important;
    }

    2. You can add columns using values fromet-col1 to et-col12 in CSS classes in Appearance > Menus as shown in our documentation:
    https://www.8theme.com/demo/docs/legenda/index.html#!/primary_menu

    Regards,
    Eva Kemp.

    Avatar: ctrimde
    ctrimde
    Participant
    June 1, 2015 at 11:54

    Thank you Eva,

    however this changed ALL the styling of the menu. Here answer to:

    1)Could you please separate in:

    http://lecity.org/shop/ties/versace-silk-neck-tie-mustard-background-with-white-and-black-stripes/
    In top menu press SHOP

    a) Colum header (for examp: BRAND)
    b)column subitems (for examp: Gucci)

    or is there a way i can refer to styling in the actual CSS of each Menu link in the Appearance/Menu/- option?

    2.) I went over the docs many many times before. THERE is NO EXAMPLE of how this actually should work- i tried all different combinations and nothing comes up the way it should.

    please press on “shop” to display menu at this link:

    http://lecity.org/shop/ties/versace-silk-neck-tie-mustard-background-with-white-and-black-stripes/

    I want to set :

    BRAND as Category heading- but split the brands underneath into TWO columns underneath BRAND. As you can see the column next to Brand is empty- there i would like to continue the brands.

    Just like http://www.net-a-porter.com/ when you click on Designers, split their Designers into 2 Columns underneath the HEADING DESIGNERS:-)

    Thanks for all your efforts,
    claudia

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2015 at 14:09

    Hello,

    1. Please try to use this code:
    a)

    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a {
        color: red;
        font-size: 13px;
        font-family: open sans !important;
    }

    b)

    .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li a {
        color: green;
        font-size: 14px;
        font-family: open sans !important;
    }

    2. Sorry for misunderstanding but there is no such option in the theme. Please take our apologies.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.