The image in the slider is fixed when I scroll up and down. I want it unfixed. How can I do that?
Hi Wilnesse,
To unfix the featured image login to your admin site and go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:
.featured-slider .featured-image { background-attachment: inherit; }
Thank you!
thank you
You Welcome 🙂