• Resolved riemerta

    (@riemerta)


    I am trying to override frontend-forms.css without editing the actual plugin files. I created a directory in my theme title ‘weforms’ and then put a copy of frontend-forms.css in that directory. My changes to that file were not reflected on the website. What’s the best way to do this? I would before not to just do a bunch of !important tags.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @riemerta,

    As this is a CSS file, you can override without copying actual file. Just write CSS inside your theme’s style.css file & see the changes.

    Thanks

    Thread Starter riemerta

    (@riemerta)

    Yes, that’s what I’m currently doing. Is it not possible to load only my version of frontend-forms.css through my theme, instead of the plugin version?

    Thanks!

    No, currently the override method will not work. So, it’s better to write custom CSS inside theme’s style.css file.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Override frontend-forms.css’ is closed to new replies.