- This topic has 7 replies, 2 voices, and was last updated 5 years, 4 months ago by
Elvin.
-
AuthorPosts
-
November 17, 2020 at 5:23 pm #1535464
Sima
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 youNovember 17, 2020 at 5:46 pm #1535468Elvin
StaffCustomer SupportHi,
By default, Ethos adds a Block element named “Footer Template” hooked to
generate_before_footerthat serves as the site template’s footer.You can find this element when you check Dashboard > Appearance > Elements.
November 17, 2020 at 6:45 pm #1535499Sima
thank you. 🙂 Can you also please let me know how to delete the logo in the footer?
November 17, 2020 at 6:53 pm #1535501Elvin
StaffCustomer Supportthank 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.
November 17, 2020 at 7:10 pm #1535505Sima
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.
November 17, 2020 at 7:23 pm #1535513Elvin
StaffCustomer SupportI 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. 😀
November 17, 2020 at 7:25 pm #1535514Sima
no worries. I found it. this is the image name: ethos-1.svg
thanks for your help.
November 17, 2020 at 7:32 pm #1535516Elvin
StaffCustomer Supportno 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. 😀
-
AuthorPosts
- You must be logged in to reply to this topic.