Header #10 - by ljesha - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Robert Hall

  • Avatar: ljesha
    ljesha
    Participant
    March 4, 2015 at 15:08

    Hello,

    I like header variant #10 and I would like to have some codes for customization:

    1 To put background pic or change color for both levels – logo level and menu level

    2 To adjust logo top and bottom margins

    3 To change color of menu separators

    4 To change menu font

    Thank you

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 4, 2015 at 15:18

    Hello,

    Please use this code in custom.css file.
    1) For logo level:

    .main-header{
    background:red;
    }

    for menu level:

    .header-type-10 .menu-wrapper{
    background:red;
    }
    2) .header-logo img{
    margin-top:10px;
    }
    3) .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a{
    border-color: red !important;
    }
    4) .menu > li a{
    font-family:Tahoma;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

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