Hi! I am setting up DW Page Metro for one of my clients: http://www.economizer.se/
Still a bit to do (replace low resolution mockups etc. Maybe replace the standard icons in the second section).
My question is: How do I edit the contents of the footer? The copyright notice is OK, but this client does not yet do social media, so I want to simply remove all the social media icons. Do I do that in one of the .php files, or is there a setting somewhere for this? If in the php files, which one? There seem to be two: One named “footer” and one named “theme-footer” and they contain the same it seems.
Still love the look and feel of the theme!
TIA,
Geir 🙂
Hi,
– To change the content in the footer section, you can open the footer.php file in the folder path “wp-content\themes\dw-page-metro”. Find the line 5.
– To remove the social sharing in the footer section, you can add the following code to the style.css file:
footer .social-inline { display: none; }
Or you can open the customizer.php in the folder path “wp-content\themes\dw-page-metro\inc\customizer”. Find the line 352.
Hope this helps !
Thanks Dominic. I added the display:none in the custom code panel. Plain and simple (and something I should have been able to figure out on my own.)
Geir 🙂
Please login or Register to submit your answer