Hi,
For Section ‘services’ I chose ‘Section CSS Class’ = ‘sec-overlay’.
The ‘Background Image’ is a dark one, nearly black.
So I need to other-ride the heading color for the individual services in this section.
In ‘Additional CSS’ I added:
.ser-content h3 { color:white; margin-bottom:10px;} /* doesn’t work */
.ser-content p { color:white; margin-bottom:0;} /* works fine */
The color change for the body text works but not for the the h3 headline.
How do I fix it?
Note: The hover-over color change do work just fine.
-
This topic was modified 1 year, 6 months ago by OMAY.