I want to add my own css! Where to add custom css and custom code in dw focus?
open your functions.php file in your theme files and find line 141.
wp_enqueue_style( ‘dw_focus_template’, get_template_directory_uri().’/assets/css/template.css’ );
change the path like;
wp_enqueue_style( ‘dw_focus_template’, get_template_directory_uri().’/assets/css/mike.css’ );
Note: Upload your new css file to;
wp-content\dw_focus_theme\assets\css
Do I need to copy the code from template.css to mike.css? If yes, what if a theme update is issueD?
Sorry Mike, i am just the user of this theme like you. I didnt understand what you mean but i edited my css file for my web site and try to help you in the same way. Better wait for official help about your issue mate.
Hi Mike & Murat Tekmen,
Start from the version 1.0.1 of DW Focus theme, you can add Custom code and CSS right at Customizer in back-end. See screenshot: http://i.imgur.com/IvUnXnT.png?1
Regards,
Jackie
Please login or Register to submit your answer