Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello Joshua,

    Yes, you can use CSS to change the event title background colour. The plugin adds feed specific classes to the HTML, so you can have different styling for each feed (see below).

    .gce-feed-1 {
    	background: red;
    }
    
    .gce-feed-2 {
    	background: green;
    }
    Thread Starter JoshuaMunoz

    (@joshuamunoz)

    Excellent! Where would I paste this code? I tried in the ‘custom CSS’ part of my theme, but that didn’t take.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of event title’ is closed to new replies.