Modify class names for alerts
-
I am currently using jQuery to change the class names of the CF7 alert boxes so that they use Bootstrap alerts instead.
e.g. I’m using it to swap
.wpcf7-response-output
foralert alert-warning
This isn’t ideal however as it means there is a 1–2 second delay before the style loads for the alert.
I’d like to change the classnames that are output in functions.php somehow but can’t find any info online as for how to do it.
Is this possible?
- The topic ‘Modify class names for alerts’ is closed to new replies.