Support › Forums › Flex Theme › Changing the color of text in slider and home page banner › Reply To: Changing the color of text in slider and home page banner
February 8, 2016 at 3:41 pm
#891
Moderator
You can do it this way.
Replace
<h3>A <b>free</b> online resource for the DIY <b>entrepreneur</b>.</h3>
WITH
<h3><span class="white">A <b>free</b> online</span> resource for the DIY <b>entrepreneur</b>.</h3>
Add this in your CSS file
.white {
color: #fff;
}