Marco Mark
asked 10 years ago

Hi. I have created a child theme for my DW Focus customisations and copied the assets/colors/ folders and files across, however when I change the files it still uses the original files instead. I’m trying to remove the customised category logos and display the standard logo instead by removing the background-image:url(img/logo.png) style from the Child Theme styles. Any suggestions?
Many Thanks!

1 Answers
Wilfred
answered 10 years ago

Hi Marco,
To resolve this issue please follow my instruction here:
1. Open functions.php file in /wp-content/themes/dw-focus/functions.php
2. Replace following code – line 14 

define('DW_TEMPLATE_URI', get_template_directory_uri() . '/' );

with:

define('DW_TEMPLATE_URI', get_stylesheet_directory_uri() . '/' );

Hope this helps!

Marco Mark
replied 10 years ago

Perfect, thanks!

Powered by DW Question & Answer Pro