Hi,
How do I remove cache on the theme? I’ve been trying to remove the borders of some images through RIGHT CLICK > INSPECT and making the correct changes. However, when I refresh the page it goes back to the original.
I am using Chrome and I have removed the cache from my browser.
Do you have any suggestions?
Many thanks,
]]>Hi,
Your theme is very helpful, just one question, I’m trying to customize the footer menu in the Theme Footer (footer.php), i created a list of menu intended for footer and I named it Menu Footer, the default menu is ‘primary’,
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘wp_page_menu’, ) ); ?>
how will replace it with my customized menu “Menu Footer”?
Thanks in advance! Keep creating awesome themes ??
]]>