• Resolved asterioskma

    (@asterioskma)


    Dear author,

    can you please guide me to the file I need to adjust in order to change the background colour of a selected seat? The animation is nice, but I would prefer to give another colour.

    Thank you
    Asterios

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author thesiim

    (@thesiim)

    I wont advise changing the files directly. Any change you make there will be lost when plugin updates. The proper way is to add custom styles for registration view. You can do it in settings (look for “Enter custom CSS rules for registration page.”).

    Thread Starter asterioskma

    (@asterioskma)

    Thank you for the reply, I am aware of loosing changes after an update.

    But how can I change the colour of a selected seat?
    I used this code in the custom CSS, but it didn’t work:

    Element {
    top: 570px;
    left: 11px;
    background-color: rgb(179, 41, 157);
    z-index: 227;
    width: 70px;
    height: 70px;
    --animationColor: rgb(97, 179, 41);
    }

    Plugin Author thesiim

    (@thesiim)

    For example to change selected seat background color to red use the following

    .selected-box {background-color:red !important}

    • This reply was modified 4 months, 3 weeks ago by thesiim.
    Thread Starter asterioskma

    (@asterioskma)

    Perfect! Thank you so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.