Archived topic
need help in editing the footer section of the Ethos Theme
7 replies · Started by Sima on November 17, 2020
I have imported the Ethos team however I am not sure how to edit the footer section. It's not part of the page and it is not a footer widget. I am lost! Could you kindly let me know how to update the content of the section at the bottom of the page?
thank you
Hi,
By default, Ethos adds a Block element named "Footer Template" hooked to generate_before_footer that serves as the site template's footer.
You can find this element when you check Dashboard > Appearance > Elements.
thank you. :) Can you also please let me know how to delete the logo in the footer?
thank you. 🙂 Can you also please let me know how to delete the logo in the footer?
The logo is also added within the Block Element "Footer Template".
You can remove it from there as if you're removing content from a post as it is also using Gutenberg Editor.
I am not using Gutenberg editor. I am editing it via the html editor. If you can please point me to the line that is adding the logo.
I am not using Gutenberg editor. I am editing it via the html editor. If you can please point me to the line that is adding the logo.
This is the code within WP's code editor.
<!-- wp:image {"id":2218,"width":50,"height":66,"sizeSlug":"large"} -->
<figure class="wp-block-image size-large is-resized"><img src="http://elvin.wppluginsupport.net/wp-content/uploads/2020/08/ethos.svg" alt="" class="wp-image-2218" width="50" height="66"/></figure>
<!-- /wp:image -->
But I highly recommend editing it in Gutenberg Editor instead as there's a good chance you'll break the Block Element's displayed markup if you don't fully understand what you're doing. :D
no worries. I found it. this is the image name: ethos-1.svg
thanks for your help.
no worries. I found it. this is the image name: ethos-1.svg
thanks for your help.
Nice one. No problem.
Glad to be of any help. :D