Archived topic
Bakground image in sticky header
3 replies · Started by mistergubu on March 2, 2021
Viewing posts 1–4 of 4
I want to display the same background-image of header in the sticky header.
I don't find how to do it without aditional css code. Is it possible?
Hi there,
it would require CSS:
#sticky-navigation {
background-image: url('full_url_to_background_image');
background-repeat: no-repeat;
background-size: cover;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
OK, thank you
You're welcome
This archived topic is closed to new replies.