Site logo

Archived topic

Adding an element hook after the header image

7 replies · Started by lewis on March 3, 2022

Viewing posts 1–8 of 8

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 :)

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

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 :)

This archived topic is closed to new replies.