Reply To: CSS plugin problem after database modification.


Home Forums Front End PM PRO CSS plugin problem after database modification. Reply To: CSS plugin problem after database modification.

#37810
Shamim Hasan
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.