How can we style the store locator buttons?

Button is controlled by theme CSS. But you can add custom CSS if you want like this

.store_locator .button {
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    background: #333;
}

7 thoughts on “How can we style the store locator buttons?

  1. Mathias says:

    Hi

    Thanks for the css for the button, it looks great! It also creates a button for the visit website, which also is great. However some of the button is covered when you are looking at the info on the map, you have to scroll down to see the last part of the button. Can you help me fix this?

Leave a Reply

Your email address will not be published. Required fields are marked *