• Resolved rom1our

    (@rom1our)


    Hi Johannes,

    Is it possible to change the color of the close button background and of the x?

Viewing 1 replies (of 1 total)
  • Plugin Author Johannes Kinast

    (@goaroundagain)

    Hi @rom1our,

    you can do this with CSS. To change the color of all buttons use the selector .baguetteBox-button otherwise use #close-button.baguetteBox-button

    close-button.baguetteBox-button svg g {
    stroke: red;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.