• Resolved edavenport

    (@edavenport)


    Hello all!

    I would like to get rid of the get started button and the line below it so just my site name is displayed. This is the code I currently have in the custom css:
    a.roll-button.button-slider {
    display: none;
    }

    or

    a.roll-button.button-slider {
    display: none!important;
    }
    This eliminated the call to action button, but the line is still there. What code do I need to get rid of the line as well?

    Thank You!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Thank you for reaching out to us here.

    The best way to get rid off the call to action button on main slider is by leaving empty the input fields that say “URL for your call to action button” and “Text for your call to action button” on the below path:

    Appearance > Customize > Header area > Header Slider > Call to action button.

    To get rid of the line under the slider title, you can use this CSS code:

    .text-slider .maintitle:after{
       display: none;
    }

    Regards,
    Kharis

    Thread Starter edavenport

    (@edavenport)

    That worked wonderfully, thank you Kharis Sulistiyono!

    No problem. Go easy on it.

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘getting rid of call to action and line on front page’ is closed to new replies.