Featured image question
The topic ‘Featured image question’ is closed to new replies.
Need help? Check out our Support site, then
Good morning,
Similar to my post from a few days ago about my header issues, can you advise why my featured image is not showing up on this page and how to fix it?
https://workthewaterfront.com/official-merchandise/
Thanks so much!
Original suppport post is linked here: https://premium-themes.forums.wordpress.com/topic/header-bar-question-plug-in-question/#post-159041
The blog I need help with is: workthewaterfront.com
Hi,
As it was mentioned in the original post, your plugin totally changes a structure of the page. As a result, the Featured Image is not shown in the header section of the page.
The only way to display a header image on this page is to use a custom CSS:
.page-id-297 .site-content::before{
content: "";
display: block;
width: 100%;
height: 600px;
background-image: url(https://i1.wp.com/workthewaterfront.com/wp-content/uploads/2020/10/iStock-625794388.jpg);
background-size: cover;
background-position: center;
}
Please let me know if you have any additional questions.
Kind regards,
Taras
Okay thank you!
You are always welcome!
Kind regards,
Taras
The topic ‘Featured image question’ is closed to new replies.