Okay
  Public Ticket #1363702
Button on slider header
Closed

Comments

  • Bren started the conversation

    Hi, 

    I am using the video slider template for one of my main pages, but don't want any words on top. It's fine when I leave the slider text blank, but when I leave the button blank, an empty rectangle button appears instead. 

    How do I remove the button rectangle?

    Thanks

  •  850
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .page-id-192 .btn.btn-invert {
        display: none;
    }

    Best Regards,
    Jelly Team