1 Answers
Hello Abby !
To resolve issue with the Top menu of the DW Trendy, you can open the header.php file in the folder path “\wp-content\themes\dw-trendy\templates”. Find the line 8.
Replace the following code:
'theme_location' => 'top_menu',
With new Code:
'theme_location' => 'top_navigation',
Hope this helps !
Please login or Register to submit your answer