Change the design of the header

Posted in: Newspaper
Post count: 14

Hi,
I use style 4 in header.
First I want to change the height from 48px to 40px. Then I don’t want to use a image as header logo. I want to use normal text in the logo area.
What’s the best way to do that?
Thank you guys!

Post count: 22421

Hello,
In header style 4 in order to change the size of the menu a bunch of properties will have to be changed.
Use this custom css to get it done:
.td-header-menu-wrap-full{
height:40px!important;
}
#td-header-menu{
min-height: 40px!important;
}
.sf-menu > li > a{
line-height: 40px!important;
}
.td-main-menu-logo{
height:40px!important;
}

Place it in the theme panel->custom css box. As for the logo, you can hide it with css and then use font awesome to insert text symbols in the menu if you want.

I hope this helps
Thank you!

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