This topic has 5 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Sadikul Islam
Hi, how do I make the featured background image fixed instead of the scroll on the single post page? and is there any option to increase the height of the featured image?
Blog post link is in the private content area.
Hello,
Add the next code in Theme Options > Theme custom CSS:
.single-post .single-post-large img {
transform: none !important;
}
Regards
How can I increase the height of the image height?
Hello,
Try to change the previous code to:
.global-post-template-large .single-post-large-wrapper {
height: 100vh;
max-height: 100vh;
}
.global-post-template-large .backstretch-item img {
height: 100vh !important;
transform: none !important;
}
Regards
Did some modification but this worked thank you.
Tagged: fixed image, how to, make, post archive, scroll effect, woocommerce, wordpress themes
The issue related to '‘How to make the post archive image fixed instead of scroll effect?’' has been successfully resolved, and the topic is now closed for further responses