aurovrata / cf7-grid-layout

A WordPress plugin extension for Contact Form 7 to design responsive grid-layout forms.
https://wordpress.org/plugins/cf7-grid-layout/
GNU General Public License v2.0
6 stars 7 forks source link

Smart Grid CSS overwrites Custom CSS #24

Closed Stefan2409 closed 3 years ago

Stefan2409 commented 3 years ago

Hello!

I've found the following problem with the plugin: If I setlup a new form with custom css styles, I cannot change the submit button layout, background, etc. without using the !important tag because the cf7-grid-layout/public/css/min/cf7-grid-layout-public.css gets inserted after the custom css styles and therefore overwrites my styles.

So it should be the case that the custom css styles get loaded after the included ones so that everything can be changed.

aurovrata commented 3 years ago

So it should be the case that the custom css styles get loaded after the included ones so that everything can be changed.

No. This issue can easily be resolved with either proper enqueueing your file or better understanding of how to overrule existing css rules.

The github repo is for plugin development, reporting bugs, or discussing new functionality.

If you need help, please use the plugin support form on the Wordpress site.