Homepage › Community Forums › Aspire Theme Support › Need a little help on Widget 1 Mobile Aspire › Reply To: Need a little help on Widget 1 Mobile Aspire
To make the Text black on mobile devices, add this in your responsive section around line 3071 @media only screen and (max-width: 550px) –
@media only screen and (max-width: 550px)
.front-page-1 .image-section h4 { color: #000; }
Give that a try and let me know if it works.