Reply To: Change Section Font Color
June 19, 2019 at 8:00 am
#15601
Grace Themes
Member
Hi,
To change the font color of Title and text description in Section 1
Go to the Appearance -> Editor -> style.css file
add below css code and change the color code
.welcomebx h2 { color:#FF0000 !important; }
.welcomebx p { color:#cccccc !important; }
Regards
Grace Themes