Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    Sure, you can add your own CSS to your theme to modify or override what the plugin does. This is what the plugin has for the titles:

    .big-leader .entry-title.featured-image-overlay,
    .big-leader .archive-title.featured-image-overlay {
    	color: #fff;
    	text-align: center;
    }

    So you can change that in your theme’s stylesheet, change font size, whatever you like, or add some contrast to .big-leader .wrap behind the title.

    HTH

    Thread Starter comixace

    (@comixace)

    Ah I’m not enough of a CSS expert to know the code for a contrast but I’ll play around with it.

    Thanks!

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