border css override

  • Unknown's avatar

    The following CSS is deactivated for my border box in all the pages with this theme Twenty Twenty applied:
    .is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid;

    This was due to override by this line 803. I’m not a plan subscriber and not sure who to go for help removing ‘border:none;’ from this code snippet:
    button,
    .button,
    .faux-button,
    .wp-block-button__link,
    .wp-block-file .wp-block-file__button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
    -webkit-appearance:none;
    -moz-appearance:none;
    background:#cd2653;
    border:none;

    WP.com: Yes
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • You’ll need a paid Premium or higher plan to modify your site’s CSS: https://wordpress.com/support/editing-css/

  • The topic ‘border css override’ is closed to new replies.