Can i customize the Style 5 Full Dark Menu With Logo?

Posted in: Newspaper
Post count: 17

Hi, i have a tech blog on Tech Niche http://www.bulletintech.com i have a concern mentioned below

I wanted to use Style 5 Full Dark Menu With Logo, but i dont like its dark color, so the first customization is change of color to White. the second thing is that i want to decrease the width of Style 5 Full Dark Menu With Logo a bit. it would be great if the width is equivalent to the width when it works as sticky menu

KINDLY HELP

Post count: 22421

Hello,

The menu color can be changed from the theme panel like so: http://screencast.com/t/jdtbq46pjxj
As for the dimensions, you can use this custom css:

.td-header-menu-wrap-full{
height:48px!important;
}
.td-travel .td-header-style-5 .td-main-menu-logo a{
line-height: 50px!important;
}
.td-header-style-5 .td-main-menu-logo img {
    max-height: 55px!important;
}
.td-header-style-5 .sf-menu > li > a{
line-height:48px!important;
}
.header-search-wrap .td-icon-search{
line-height:38px!important;
}

I hope this helps.
Thank you!

Post count: 17

Hi, Thanks its working perfectly fine.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.