Home Forums WoodMart support forum Theme revert back automatically to default one

Theme revert back automatically to default one

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203455

    lucydas
    Participant

    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.

    #203521

    Artem Temos
    Keymaster

    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

    #203613

    lucydas
    Participant

    Working.
    Thanks

    #203615

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Theme revert back automatically to default one’ is closed to new replies.