Archived topic
Adding an element hook after the header image
7 replies · Started by lewis on March 3, 2022
Hi there, I had set up a sitewide element hook to show on each of my blog posts. However, I am looking to have the text element (this is a sitewide affiliate disclaimer) below the header image rather than above it. (like this https://imgur.com/a/Ot3urGG)
Additionally, is there is way to make the text that is shown to be in italic, grey, and in a smaller font? This is what I am hoping to achieve (like this https://imgur.com/a/JhoqPoR).
Thanks, any help would be much appreciated :)
Hi there,
Can you take a look at this short video first?
https://youtu.be/txJcxZoheoA
Let me know :)
Hey Leo, that helped a lot! Do you know how to reduce the gap between the text and the header image? (https://imgur.com/a/9IWiv4a) Thanks
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Sure thing, here is the link https://clockworklemon. com/what-is-jello-salad/
Hi Lewis,
Try this CSS:
.single-post .site-content .site-main .inside-article .featured-image {
margin-bottom: 0;
}
Let me know if this helps :)
That works like a charm ☺️. Thanks for the help
You are welcome :)