CTA Button – Slider

Emily November 1, 2018 at 2:43 pm

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!

Replies (1)

  1. Emily November 1, 2018 at 2:43 pm

    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!

  2. Spiracle Themes November 2, 2018 at 3:10 am

    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

Reply To: CTA Button – Slider
Your information: