• Resolved pandabrand

    (@pandabrand)


    this ruleset isn’t declared specific enough and is creating issues with our styles.

      .iee6_event-buttons a, button {
    flex: 1;
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    }

    I believe it needs to be

      .iee6_event-buttons a, .iee6_event-buttons button {
    flex: 1;
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    }
Viewing 1 replies (of 1 total)
  • Plugin Contributor Rajat Patel

    (@rajat1192)

    Hello @pandabrand ,


    Sorry for the inconvenience,

    You’re absolutely right, the current CSS selector .iee6_event-buttons a, button is too broad and unintentionally affects all button elements across the site, causing styling conflicts. We’ll update it to .iee6_event-buttons a, .iee6_event-buttons button in the next plugin release to ensure the styles are properly scoped within the .iee6_event-buttons container. Thanks for pointing this out!

Viewing 1 replies (of 1 total)

The topic ‘CSS in 1.7.7 is conflicting with our buttons’ is closed to new replies.