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.
Theme version: 8.1.5Hello,
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.
The topic ‘How to make the post archive image fixed instead of scroll effect?’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.