• I’ve installed and setup the theme on https://www.audioappraisal.com. I’m wondering how I change the hover colour when you mouse over one of the posts on the front page? I’m using a child theme and the grey skin. Can someone point me to the correct CSS to override? Many thanks!

    • This topic was modified 7 years, 11 months ago by ashley.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    If you go to the theme settings there will be an ‘advanced options’ or ‘custom css’ area. In here you can copy/paste the following code:

    .tc-post-list-grid .expanded.hover .entry-summary, .tc-post-list-grid .hover:not(.expanded) figcaption {
        background-color: darkred;
    }

    Change darkred to the colour you would like the hover effect to be.

    Thread Starter ashley

    (@ashleycox)

    Thank you, exactly what I was looking for. Knew it had to be in there somewhere! Somewhat related, is there a hook I can use to insert a block of html in-between the rows of posts? I’d like to insert an Adsense block between the rows, if possible!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change post box hover background colour, Press Customizr’ is closed to new replies.