Top Bar Layout social icons

Posted in: Newsmag
Post count: 6

Hello all,

I have the newsmag theme on my site and I am having trouble with the social icons on the top bar layout. The social icon for twitter is there but you can only see if when you hover it with the mouse. You can also see the twitter icon with no problems if you switch the header to “Style 6 – Top Menu + Logo and ad” but I prefer having the header to default because I do not like the menu on the top.

This is the header now. The twitter icon supposed to show with no problems on the top right corner and again, you can only see if when you hover your mouse over it.
Twitter icon

What can I do to fix this?

Thanks,

Jorge

Post count: 6535

Hi

That happens because you’re using black background-color for top bar and also the color for twitter icon is black. You have to change either top bar’s color or icon’s color. To color fro top bar can be changed from theme panel >theme colors and for twitter icon you can use this css:

.td-header-sp-top-widget .td-social-icon-wrap i{
color: red;
}

Thanks!

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