[Resolved] Estilo para botón WP

Home Forums Support [Resolved] Estilo para botón WP

Home Forums Support Estilo para botón WP

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1246914
    Pedro

    Hola! Por defecto en GPP, se puede elegir el color de los botones y los botones de WooCommerce.

    Me gustaría al botón WP, que pudiera añadirle un borde.

    Aquí hay un ejemplo como Amazon lo hace: https://mega.nz/file/XpVWCQBL#NXo7t8rSo-LWzBBeetofsEgcMaBxl6KujVzA0l9pgRc

    Intenté hacerlo por mi mismo pero no pude.

    En esta página pueden encontrar el botón que WP utiliza: https://www.rebajaslocas.com/metodos-de-pago/

    Nuevamente, lo único que quiero es añadirle un borde.

    ¿Pueden ayudarme con esto?

    Muchas gracias!

    #1247189
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    button:not(.menu-toggle),
    html input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .button:visited,
    .wp-block-button .wp-block-button__link {
        border: 1px solid #bbb;
        border-radius: 4px;
    }
    #1247255
    Pedro

    Funcionó perfecto, gracias!

    #1247619
    David
    Staff
    Customer Support

    Glad to be of help

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