Site logo

Archived topic

Modify button size in Product Page

3 replies · Started by Łukasz on January 23, 2021

Viewing posts 1–4 of 4

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.

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;
}

Where should I add this CSS?

This archived topic is closed to new replies.