Mike
asked 11 years ago

I want to add my own css! Where to add custom css and custom code in dw focus?

3 Answers
Murat Tekmen
answered 11 years ago

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

Mike
answered 11 years ago

Do I need to copy the code from template.css to mike.css? If yes, what if a theme update is issueD?

Murat Tekmen
replied 11 years ago

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.

Jackie Lord
answered 11 years ago

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

Powered by DW Question & Answer Pro