CTA Button – Slider

E Started by Emily · November 1, 2018 at 2:43 pm · 1 reply 1 voice Last reply 7 years, 8 months ago
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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to CTA Button – Slider

By posting, your reply becomes public (unless marked private).