MENU with 2.0 update - by ptzinis - on WordPress WooCommerce support

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

  • Avatar: ptzinis
    ptzinis
    Participant
    June 26, 2015 at 14:36

    Hi,
    1. while in the previous version the menu was contained on one line, with the update the menu goes into two lines.
    Is there anything I can do for containing the menu on a single line, without removing items?

    2. In the submenu the color of the windows remains white, is there any possibility that I can change the color and make it like the header?

    3. In Fancy titles I cannot add a Google font I am using for all my site, any tips?

    4. The body font doesn’t change color

    5. The submenu items –> is there any chance I can change size of font and color?

    PS on the site is activated the maintenance mode, if you want to see it, please see the private content.

    Thanks

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: ptzinis
    ptzinis
    Participant
    June 26, 2015 at 14:46

    And one other thing:
    in the fixed navigation how to change color as well of the menu background?

    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2015 at 15:59

    Hello,

    1. I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:

    .fixed-header-area .collapse {
        width: 100% !important;
    }
    .fixed-header-area .header-logo {
        width: 20% !important;
    }

    Please check menu now.

    2. I’ve added this code in custom css to change submenu background:

    .menu .nav-sublist-dropdown .container {
        background-color: rgb(104, 159, 56) !important;
    }
    .menu .nav-sublist-dropdown ul > li > a {
        color: #D1D1D1;
    }

    3. Could you please show on a screenshot where you’re trying to add Google font and which one?

    4. Add this code in Custom CSS:

    p {
       color: #689F38 !important;
    }

    5. Please use this code in Custom CSS:

    .menu .nav-sublist-dropdown ul > li > a {
        color: #D1D1D1;
        font-size: 15px !important;
    }

    6. To change color for fixed header use this code in Custom CSS:

    .fixed-header-area {
        background-color: #689F38 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: ptzinis
    ptzinis
    Participant
    June 26, 2015 at 16:29

    Really really really Thanks!

    For point 3 I have fixed it 😉

    One last favor (not too much of a trouble) for changing the border of the submenu?

    And I have finished 😉

    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2015 at 19:01

    Hello,

    Please use this css code for submenu borders:

    .menu .nav-sublist-dropdown ul {
        border: 3px solid #689F38 !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 5 results - 1 through 5 (of 5 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.