[Support request] Button Border Color

Home Forums Support [Support request] Button Border Color

Home Forums Support Button Border Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1437384
    Daniel

    Hello

    How can I add a button border-color? I don’t see an option in the menu: https://prnt.sc/uem2j6

    Thanks!

    #1437394
    Elvin
    Staff
    Customer Support

    Hi Daniel,

    This requires custom CSS code.

    You can try this code:

    input.search-submit {
        border: 3px solid red;
    }

    You can change the border: [value] to whatever fits your preference.

    Note: This will only apply on the search submit button. If you need to style other buttons, you may have to get their CSS selectors to select them for styling.

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