Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @freddyee

    One approach you could try it to place some custom css. You could navigate to Appearance > Customize > Additional CSS and paste in the following style and adjust to your needs.

    .woocommerce ul.products.woo-archive-btn-button .button {
        border: 4px double #222222 !important;
    }
    Thread Starter freddyee

    (@freddyee)

    perfect !
    thank you very much, one more thing please, how to change the border color to white in hover ?

    Maybe try adding the following in the same area:

    .woocommerce ul.products.woo-archive-btn-button .button:hover {
        border: 4px double #ffffff !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘border button color problem’ is closed to new replies.