- Acme Themes

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

#31740
kristerpalv
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;
}