Reply To: Changing Font color

Homepage Community Forums Guru Theme Support Changing Font color Reply To: Changing Font color

#18279
Wes
Moderator

    Try and add this to your style.css file –

    .front-page-1 .image-section {
    	color: #000;
    }

    You can change the color to whatever you need.