Site logo

[Support request] Modify button size in Product Page

Home Forums Support [Support request] Modify button size in Product Page

Home Forums Support Modify button size in Product Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1630111
    Łukasz

    Hello
    I use theme GP Premium on my pizzaeria site. Here is link to product page:
    http://developer.alepizza.pl/wordpress/produkt/podpokladem-pizza/

    Is it possible to change size combobox of “Rozmiar” and “Wariant”?
    I would like to achive the same size but actually they are different about a few pixels.

    Thanx in advance.

    #1630529
    David
    Staff
    Customer Support

    Hi there,

    do you mean the Select Box if so that plugin uses it own specific CSS classes.

    For the select boxes this CSS:

    .tm-epo-field.tmcp-select {
      max-width: 150px;
    }

    And for the various option headings you can change its fonts size with:

    .tm-extra-product-options .tm-epo-element-label {
        font-size: 20px;
    }
    #1630761
    Łukasz

    Where should I add this CSS?

    #1630883
    David
    Staff
    Customer Support

    You can add it to the Customizer > Additional CSS.

    If you want to explore other options then read here:

    https://docs.generatepress.com/article/adding-css/

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