Viewing 3 replies - 1 through 3 (of 3 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .su-button {
      border-color: #0092A9 !important;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Or what you can do is when you create the button there is a section in the forum that reads ‘Class’.

    Enter you own class name like ‘button-edit’ and the code would look like this then.

    .button-edit {
      border-color: #0092A9 !important;
    }

    Thread Starter whdsolutions

    (@whdsolutions)

    ABSOLUTE CLASS (excuse the pun)…

    Thanks immensely ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button border colour change’ is closed to new replies.