How to add CSS to Elegant Themes ePanel
-
I don’t understand how to style the CSS for a custom field. For example, the Contact Form 7 docs suggest
input[type=”text”]{} or .wpcf7 input[type=”text”]{}
but I am using the Divi theme from Elegant Themes, which wants we to add
.wpcf7-text {}
to their ePanel to add custom CSS. How does that work? How did we go from .wpcf7 input[type=”text”]{} to .wpcf7-text {}?
So when I want to create this field
<div class=”column-half”>First Name [text* first-name]</div>
I have no idea what I am supposed to add to the ePanel, so that the correct CSS is applied.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to add CSS to Elegant Themes ePanel’ is closed to new replies.