Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #790886

    Hello, I need to set custom CSS to have same header like http://lupidiromagna.it/ here http://www.soulwild.it/

    .logo {height: 200px!important; width: 200px!important; background-color:#fff!important; padding:5px!important;}
    .logoop {opacity: 0 !important; }
    .inner-container {background-color:#b5248e !important;}
    #header_meta { height:50px;!important; border:none;background-color:#fff;}
    .phone-info {font-size:18px; padding:15px 0;}

    #790890

    Hey unicaweb,

    I think it already looks close enough :) try adding this css code as well:

    
    #top #header .av-main-nav > li.current-menu-item > a {
        background-color: darkgoldenrod;
    }
    
    #top #header .av-main-nav > li:last-child > a {
        padding-right: 13px;
    }

    Just adjust the background color as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #790911

    Thanks Nikko. I try to change also current-menu-item background color because here http://www.soulwild.it/richiesta-informazioni/ do not work

    #790913

    Hi,

    Try changing this code I gave:

    #top #header .av-main-nav > li.current-menu-item > a {
        background-color: darkgoldenrod;
    }

    to this one:

    #top #header .av-main-nav > li.current-menu-item > a {
        background-color: darkgoldenrod !important;
    }

    You might also want to remove that line underneath the menu:

    #top .av_header_transparency .avia-menu-fx {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #790928

    Do not work

    #top #header .av-main-nav > li.current-menu-item > a {background-color:#000!important;}
    #top #header .av-main-nav > li:last-child > a {padding-right: 20px!important;}
    #top .av_header_transparency .avia-menu-fx {display: none;}

    #790956

    Hi,

    I’m not really sure what you meant “do not work”, I checked your site and it seems it’s working since you have the current menu in black color, the last menu item have that extra padding, and the line below the current menu item (not the one at the edge) is gone. Can you elaborate more on what you meant by “do not work”? perhaps a screenshot?

    Best regards,
    Nikko

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