Social Icons not appearing on Top Bar

Posted in: Newsmag
Post count: 341

Social Icons are appearing for all other header styles.
But when I choose header style 6, no social icons can be seen.
The color of social icons is white and it’s turned on.

URL: http://www.amuzly.com

Post count: 6535

Hi

Header style 6 doesn’t include the social icons, you need to use other style to do that.
Thanks.

Post count: 341

Any way to edit the header style and get social icons there? I like this very style, so I don’t want to change.

Post count: 9544

You can try hacking the templates if you’re adept at CSS and HTML; if not you would likely need to hire a developer to modify the theme.

TagDiv also may be willing to give you some “tips” on doing that come Monday; but often it’s harder than it looks due to editing templates, CSS for viewports, etc.

Post count: 341

I can copy from other styles into this one but I’m lazy thinking of the updates! 😀

Post count: 6535

Hi

You must change this file: header-style-6.php and add this line of code

here: http://screencast.com/t/dcODceCWu6o After that add this custom css


.td-header-style-6 .td-top-menu-full .td-header-sp-top-menu{
width:70%;
}
.td-social-icon-wrap i{
color:white;
}

here http://screencast.com/t/iyHdJzrZn

The header will look like here: http://screencast.com/t/v98AuEEPiYW

Thanks!

Post count: 341

Hi thanks for the code.
But instead of using custom css, I changed the file header-style-6.php to use css for header style 1.
Since it is similar style with top menu, logo and ad.
It works better than custom css.
<div class="td-header-wrap td-header-style-1">

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