Top bar social icons colour

Posted in: Newspaper
Post count: 43

Hi,

I need the colour of social icons in the top bar in their actual colours of their brand such as facebook in blue colour, youtube in red colour, etc.

Please guide how can I change the settings of their colour, size, etc. in the theme.

Thanks

Post count: 23312

Hello vineetaggar,

The theme does not have any such an option for this, sorry! You should create your own CSS code for that. Provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 43

Website URL is http://www.globaltoday.in

Post count: 23312

Hi,

Check the code below ->

.td-header-wrap .td-header-sp-top-widget i.td-icon-facebook:hover {
color: blue;
}
.td-header-wrap .td-header-sp-top-widget i.td-icon-youtube:hover{
color: red;
}

Thanks.

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