Site logo

Archived topic

Background image on headings

5 replies · Started by James on May 30, 2019

Viewing posts 1–6 of 6

Hi,

Could someone post an example of CSS I would use to set a background image for H1, H2, H3, H4 and H5's please. I know how to use the code to put the image in but just need example of code for generatepress theme. Thanks.

Hi there,

It's pretty rare to put background images on headings but you can try some CSS like this:
h1 {
background-image: url(https://URL-HERE);
}
Let me know :)

Hi Leo,

Many thanks I'll give it a try when I am home, I see a lot of blogs with like a blue line or green line graphic underneart each header and sometimes a multicolours box behind the header, so I assume they are using images. Thanks :)

Sounds good.

If that doesn't work, link me to an example :)

Will do,

Thanks much appreciated :)

No problem :)

This archived topic is closed to new replies.