Home Forums WoodMart support forum Boton de tienda y pagina de producto

Boton de tienda y pagina de producto

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #504945

    ialday706
    Participant

    Hola, como estas? Podrías ayudarme con el color de fondo de los botones en la pagina tienda y en la pagina de producto individual, actualmente manejo colores en tonalidades naranjas y los botones están en color azul.

    Attachments:
    You must be logged in to view attached files.
    #505107

    Hello,

    Go to Theme Settings -> Styles & Colors -> Buttons. From there you can set their style, background color, and text color scheme.
    https://xtemos.com/docs-topic/advanced-button-styles/

    Best Regards

    #505260

    ialday706
    Participant

    Hola, he hecho todo lo indicado pero no sirve, adjuntare captura para que logres ver que a pesar de ir al apartado de botones avanzados y cambiar su color de fondo esto no resulta.

    Attachments:
    You must be logged in to view attached files.
    #505355

    Hello,

    Please try and add the following Custom CSS in the Global Custom CSS area under
    Theme Settings >> Custom CSS.

    .product.wd-hover-fw-button .wd-add-btn>a, .wd-quantity-overlap div.quantity input[type] { 
    Background-color: black;
    }

    Best Regards.

    #506805

    ialday706
    Participant

    Hola, no funciona nada de lo que mencionas. Adjunto foto nuevamente.

    Attachments:
    You must be logged in to view attached files.
    #506949

    Hello,

    Please share the wp login details in private content under the message area I will check and give you a possible solution.

    Best Regards.

    #507665

    ialday706
    Participant

    Hola, esta bien.

    #507666

    ialday706
    Participant

    Hola, necesito ayuda con el color del menú que se muestra cuando es pegajoso “sticky header”, normalmente en el menú se muestran las palabras de un color gris pero al deslizar por la pagina web las letras del menú no se ven ya que se convierten de color blanco al igual que el fondo.

    Attachments:
    You must be logged in to view attached files.
    #507767

    Hello,

    01. Please try and add the following Custom CSS in the Global Custom CSS area under
    Theme Settings >> Custom CSS.

    .wd-quantity-overlap div.quantity input[type] { 
    background-color: black !important;
    }
    .product.wd-hover-fw-button .wd-add-btn>a {
    	background-color: red !important;
    }

    02. You can change the menu font size through Theme Settings -> Typography -> Advanced typography -> create a new rule with the “Main navigation links” item.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards.

Viewing 9 posts - 1 through 9 (of 9 total)