• Hello, just wondering how I could change the color of highlight (when the mouse hovers over the main page post, the text part). Default is light gray.

Viewing 1 replies (of 1 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    Try using this in either your child theme or custom CSS:

    .masonry .hentry:hover {
    	background: #f1f1f1;
    	color: #222;
    }

    Change the background and font colours to what you need.

Viewing 1 replies (of 1 total)
  • The topic ‘highlight color (hover over)’ is closed to new replies.