Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter pombear

    (@pombear)

    Thank you for the response and for finding the solution, works like a charm!

    To force dark mode in the Saasify theme, add the following line of code:

    add_filter( 'blockify_dark_mode', '__return_true' );

    How to Add This Code

    If your child theme doesn’t have a functions.php file (Saasify doesn’t), you can create one using a file manager plugin or via your hosting control panel’s File Manager. After creating the file, you can edit it using the Theme File Editor in WordPress (Appearance > Theme File Editor) and add the code above.

    Alternatively, you can use the Code Snippets plugin:

    1. Install and activate the Code Snippets plugin.
    2. Go to Snippets > Add New.
    3. Create a new snippet with the code above.
    4. Save and activate the snippet.

    This worked perfectly for me. Thanks again!

Viewing 1 replies (of 1 total)