CTA Button – Slider

This topic has 1 reply, 1 voice, and was last updated 6 years, 3 months ago by Spiracle Themes.

Viewing 1 reply thread
  • Author
    Posts
    • #1393


      Emily
      Guest

      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!

    • #1397


      Spiracle Themes
      Guest

      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

Viewing 1 reply thread

Reply To: CTA Button – Slider

Your information: