-
AuthorPosts
-
May 10, 2017 at 7:55 am #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;}May 10, 2017 at 8:06 am #790890Hey 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,
NikkoMay 10, 2017 at 8:46 am #790911Thanks Nikko. I try to change also current-menu-item background color because here http://www.soulwild.it/richiesta-informazioni/ do not work
May 10, 2017 at 8:56 am #790913Hi,
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,
NikkoMay 10, 2017 at 9:14 am #790928Do 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;}May 10, 2017 at 9:58 am #790956Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.