This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
How do i remove the parralax effect on single blog post page?
You can review it here?
Hello,
I do not see the parallax effect on the mentioned page. Is it solved? If not, please provide a screenshot or video for a better understanding.
You can use Lightshot screenshot tool.
Regards
SOrry go to this page. and scroll down on desktop. the main hero.. want to remove parralax
Add the next code in Theme Options > Theme custom CSS:
.single-post-large .backstretch-item img {
transform: none !important;
inset: -200px auto auto 0 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up