Theme revert back automatically to default one
-
Hi I am trying to change my theme settings like font color etc but everytime when i am saving it’s reverted back into the default one.
FOr example i changed my base color from green to red, footer bg color to black but whenever i am trying to save it’s reverted back into original,
when i was checking the inspect element it shows inline css , either i didn’t wrote any inline css at all.
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_redux_settings', '__return_false' );
Kind Regards
XTemos Studio
The topic ‘Theme revert back automatically to default one’ is closed to new replies.