Home › Forums › Front End PM PRO › CSS plugin problem after database modification. › Reply To: CSS plugin problem after database modification.
May 19, 2020 at 3:10 pm
#37810
shamim
Keymaster
May be in old database there was no custom css. This plugin store its settings in wp_options table. So if that option is present it should take from there.
You can check your old database options table and see if FEP_admin_options
option is there. You can also copy that and paste in new database.