Premium WordPress Themes › Forums › Envy Blog › How Do You Change Hero Section Text Color? › Reply To: How Do You Change Hero Section Text Color?
March 1, 2018 at 5:23 PM
#2750
Participant
Hi, @Alexsandalis,
Inspect elements and see CSS properties then add color.
Copy the updated CSS to your site.
For Example,
Please add the below code to your Additional CSS Box through Customizer.
.hero-content h2 {
color: #49e018;
}
Thanks!