DIV Styles not Appearing
-
Hi,
I’m having a strange problem. When I try to style a div on a CF7 form, it does not allow the styles to be applied from my child theme’s style.css. So for instance, if I place:
<div class="text-style">[text your-text]</div>
in my CF7 form and then place:
.text-style {color: #fff;}
in my style.css, it does not apply the style. For this reason I am having to put all styles inline and this has made my CF7 form very chaotic. Does anyone know a solution to this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘DIV Styles not Appearing’ is closed to new replies.