• Resolved SJBaily

    (@sjbaily)


    Any way to remove the bootstrap slider’s arrows and even the linking “hand” that appears on hover so the bootstrap slider serves as a header banner image?

    If not possible, any way to make the header of the entire site be as large as the bootstrap image so I can use the one slide in the bootstrap slider properly in the header as a large banner? Then I will disable the bootstrap slider.

    Basically, at this time, we don’t need a slider, and if we do, we won’t want the banner to be part of it.

    Site is at https://www.marlissmelton.com. Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please use the following codes in Theme Option -> Custom CSS

    .left.carousel-control, .right.carousel-control {
        display: none !important;
    }

    This will remove the 2 arrows from the bootstrap slider.

    Thanks!

    Thread Starter SJBaily

    (@sjbaily)

    Thank you. That worked perfectly. I am marking as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove bootstrap arrows and make it a header’ is closed to new replies.