Archived topic
Add image to elements header
1 reply · Started by Edwin on May 16, 2021
Viewing posts 1–2 of 2
Hi
How can I add an image to the elements header on top of the background image.
Normal HTML with picture link does not seem to work.
Hi there,
in the Header Element you would need to add some HTML eg.
<img src="full_url_to_the_image/image.jpg" alt="Alt Text for image" width="800" height="600">
Or alternatively use the Block Element with GenerateBlocks:
https://docs.generatepress.com/article/block-element-overview/
This archived topic is closed to new replies.