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:
- Install and activate the Code Snippets plugin.
- Go to
Snippets > Add New.
- Create a new snippet with the code above.
- Save and activate the snippet.
This worked perfectly for me. Thanks again!