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.
Any way to edit the header style and get social icons there? I like this very style, so I don’t want to change.
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.
I can copy from other styles into this one but I’m lazy thinking of the updates! đ
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!
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">
