Change Hover Colour in Author Box

Posted in: Newspaper
Post count: 45

Hi I’ve found it easy to customise blocks at will, but I can’t seem to do it on the author box element. You can see an example of the block on in the “Top Authors” section of this page in the side panel if you scroll down a little bit. https://mcu-initiative.com/author/dave/.

The hover colour on the author name and the background colour behind the post count and comments is stuck at blue and don’t see a way to edit it to match the red background use throughout the rest of my site.

Post count: 18283

Hello !

That can be changed from Theme Panel – Theme colors – general theme color: https://www.screencast.com/t/YHEroEcmxq

Thank you !

Post count: 45

Hi Vlad,

I have already set the theme accent colour. The only other options I see are background colour, headers background colour and headers text colour. See image below:

https://i.imgur.com/bbrH6bB.png

Post count: 18283

Hello !

Please use this css code: body .td_top_authors .td_mod_wrap:hover .td-authors-name a {
color: #F44336;
}
body .td_top_authors .td_mod_wrap:hover .td-author-post-count, body .td_top_authors .td_mod_wrap:hover .td-author-comments-count {
background-color: #F44336;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Let us know the result !

Thank you !

Post count: 45

Hi Vlad,

That did the trick. Thanks.

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