Best Premium and Free WordPress Themes › Forums › Education Base › CSS element name for the Homepage Content area titles › Reply To: CSS element name for the Homepage Content area titles
June 30, 2018 at 8:07 pm
#31740
Participant
For the information
This is the context I was able to pin-point with Firefox built-in developer tools.
<div class="main-title init-animate slideInUp1">
<h2 class="widget-title"><span>Sielunhoitokoulutus</span></h2><div class="line"><span></span></div>
So, this is what actually worked out:
.widget-title {
color: #FFFFFF;
}