Archived topic
Button Border Color
1 reply · Started by Daniel on September 9, 2020
Viewing posts 1–2 of 2
Hello
How can I add a button border-color? I don't see an option in the menu: https://prnt.sc/uem2j6
Thanks!
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.
This archived topic is closed to new replies.