Top bar size

Posted in: Newspaper
Post count: 57

Hello,

I want to change these things:

1. Height of topbar ?
2. Font of text and line height on top bar.
3. Size of social icon on top bar

I can see all of them smaller than sub footer. I want it look like default sub footer.
How can i do it ?
Thank you 😀

  • This topic was modified 10 years by gagosg.
Post count: 22421

Hello,
You can use this custom css for all of your requests:

.td-header-top-menu{
font-size: 13px;
height: 60px;
}
.td-social-icon-wrap .td-icon-font{
font-size: 13px;
line-height:50px;
}
.td-header-sp-top-menu{
line-height:50px;
}

The font-family can be changed from the theme panel->fonts section.

Thank you!

Post count: 57

It doesn’t works !

  • This reply was modified 10 years by gagosg.
Post count: 22421

Hello,
I created the code on my top bar and it works at my end. Maybe you have some css for the top bar that does has a higher priority. You can use the !important attribute to make the css higher in priority. use it like so:

.td-header-top-menu{
font-size: 13px!important;
height: 60px!important;
}
.td-social-icon-wrap .td-icon-font{
font-size: 13px!important;
line-height:50px!important;
}
.td-header-sp-top-menu{
line-height:50px!important;
}

If it still does not work, please provide a link to your website so i can inspect it.
Thank you!

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