Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3073925
agrandar variaciones el tamaño
Closed

Comments

  • rodrigo started the conversation

    buenas quisiera saber como agrandar el tamaño de estas variaciones para que se vean un poco mas grande el tamaño , ya que en su plugin no tengo esa opcion capaz con un codigo css pueda agrandar el tamaño a mi gusto me podrian ayudar por favor

  •  767
    Janilyn replied

    Hi Rodrigo,

    Thank you for contacting WPClever Support Forum. We’ve received your question.

    However, we need more information in order to help you with the custom codes. Please provide us with a link to your published product for checking? 

    We need to check the frontend in order to provide the proper CSS code for your needs.

    After receiving your information, I'll proceed to the next step. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  • rodrigo replied

    https://gamestoldigital.com/producto/ao-tennis-2/

    Ese es un URL de mi web tal como ve el tamaño de la variable me gustaría agrandar más ese sector que indique , el tamaño de la sección variables para que esas letras , título, precio y descripción se vean un poco más grande 

    Claro todo eso va de las variables así que me gustaría aumentar un poco el tamaño a mi gusto si fuera posible 

  •  767
    Janilyn replied

    Hi Rodrigo,

    Thank you for the information.

    I have assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  153
    Henry replied

    Hi rodrigo.

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .single-product .woovr-variation-radio .woovr-variation-name {
        font-size: 16px; /* Change the font size of the product name  */
    }
    .single-product .woovr-variation-radio .woovr-variation-info .woovr-variation-price, .woovr-variation-radio .woovr-variation-info .woovr-variation-availability {
        font-size: 15px; /* Change the font size of the product price  */
    }
    .single-product .woovr-variation-radio .woovr-variation-info .woovr-variation-description {
        font-size: 15px; /* Change the font size of the product description  */
    }

    Please change 16px, 15px to the size you want.

    Thank you.

    Best regards,
    Henry N.

  • rodrigo replied

    gracias , una ultima cosa me ayudarian  a donde marque en la foto con linea roja , queria reducir un pocoo el cuadro donde elije la cantidad y el boton de añadir al carrito me gustaria agrandarlo un poco para que queda a la misma altura que el cuadrado de la izquierda para elejir cantidad , esto que afecte solo en vista movil ya que en pc y tablet anda bien

  •  153
    Henry replied

    Hi rodrigo.

    With your request:

    gracias , una ultima cosa me ayudarian  a donde marque en la foto con linea roja , queria reducir un pocoo el cuadro donde elije la cantidad y el boton de añadir al carrito me gustaria agrandarlo un poco para que queda a la misma altura que el cuadrado de la izquierda para elejir cantidad , esto que afecte solo en vista movil ya que en pc y tablet anda bien

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    @media only screen and (max-width: 767px) {
        .single-product .woocommerce-variation-add-to-cart .quantity input.qty {
            padding: .3em 1em;
            font-size: 4vw!important;
        }
    }

    I am happy to assist you.

    Henry N.

    Best regards,
    Henry N.

  • rodrigo replied

    gracias ultima cosa ahora eso como hago para aumentar el tamaño de ambos osea que esten la misma altura tal como lo hizo su codigo que esty agredizo pero que se vean un poco mas grande osea aumentara el tamaño un poco nada mas de ambos para que quede parejo , y en pc si se puede igualar el tamaño de la cantidad con el boton de añadir carrito .

    con eso ya seria todo gracias