• Resolved Chris

    (@weazel91)


    Hi Malcolm,

    How do I change the seating colours within CSS?

    I have placed it in the CSS edit for stageshow but it gets overwriten by the actual stageshow CSS. I have also tried in the themes own CSS style.css but still gets overwritten.

    I have taken the CSS out of the stageshow plugin folder but only temporarily solves the issue until the plugin is updated.

    Any help?

    Thanks,
    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • try something else like Advance css editor

    and then write CSS see if its works

    Thread Starter Chris

    (@weazel91)

    Writing the CSS isn’t the issue. I have wrote the CSS edits but the CSS file that the browser picks up first is the one in the main plugin folder and ignores the rest.

    So if I remove the CSS in the plugin folder it picks up the next… Its just annoying removing the CSS after every update.

    Thread Starter Chris

    (@weazel91)

    Just as a heads up to anyone else attempting this:

    Just adding the CSS to the CSS file which is editable within the settings page for me just wasn’t enough. I had to add the !important CSS tag to it. So:

    div.stageshow-boxoffice-seat-allocated
    {
    background-color: #66ff33;
    }

    BECAME

    div.stageshow-boxoffice-seat-allocated
    {
    background-color: #66ff33 !important;
    }

    for reserved seats.

    As a heads up for anyone else who wishes to change the seating plan colours.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Stageshow Seating Colours CSS’ is closed to new replies.