Change hover color of search and social icons

Posted in: Newspaper
Post count: 107

I wanted to know how the hover color of the individual social icons in the top bar is changed? I want the Instagram logo in the top bar to have a pink color instead of blue. Also, I wanted to know how the hover color of articles can be changed which appear in the search results? I have attached screenshots for your ease!

Social Icons – https://imgur.com/a/70WIL6J
Search – https://imgur.com/a/FB7TSiS

Post count: 35449

Hi,

If you want to change the color of social icons from top bar you’ll need to use a custom css, here is one example for instagram -> https://www.screencast.com/t/lmJuIGsfk

Also if you want to change the color only for search you can use this custom css ->https://www.screencast.com/t/bjdapchN
.td-drop-down-search .item-details h3 a{
color: red;
}
.td-drop-down-search .item-details h3 a:hover {
color: blue;
}

Or you can use the header builder -> https://www.screencast.com/t/Kkb8aHnhh -> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/

Thank you for your understanding!

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