E
Emily
Original poster
Member
#1
HI – I’d like to move the button in the slider image down further without using the slider text. I have the text on my image so I only want to utilize the CTA button but just need to move it further down. Thoughts? thanks!
ST
Spiracle Themes
Original poster
#2
Hi Emily,
Try this CSS
/* hiding slide text */
.slide-bg-text h1,
.slide-bg-text p{
display: none;
}
/* moving down button */
.slide-bg-section .read-more.first {
margin-top: 400px;
}
Copy and paste this in Appearance -> Customize -> Additional CSS
NOTE: You can even increase/decrease the 400 to get a perfect gap.
Best Regards