• Resolved morganpubblicita

    (@morganpubblicita)


    I’ve installed Woocommerce and it is running quite smoothly, but i’m having an issue on my website (https://zerbinifaidate.com/)
    I have, in each product page, a series of customized attribute, and they do work quite well. But, I’d like to resize them, make it bigger and that sort of thing. Not knowing where to put my hand, and if I should I ask to the theme maker (storefront) or the woocommerce support, I’m making this post here. ANY ANSWER OF THE SORT IS APPRECIATED, THANK YOU! ??

    https://www.ads-software.com/plugins/woocommerce/

Viewing 9 replies - 1 through 9 (of 9 total)
  • table.variations td.value {
    font-size: 18px;
    }

    add this in your style.css, at the last line.

    Thread Starter morganpubblicita

    (@morganpubblicita)

    Thank you, it actually worked! another question, if I may bother. as a not picked attribute there is the option “select an option”. Is there a way to personalize this, writing something like “select your width/measurement/whteveriwanttowrite”)?

    That means you will be having different options for different products/
    Like

    Select width for one
    Select Measurement for others?

    Thread Starter morganpubblicita

    (@morganpubblicita)

    no, it’s all the same kind of attribute, so Select width for one is ok.

    /add-to-cart/variable.php

    Find the above file in your cart folder in plugin- Woocommerce. You can see that Select an Option between ‘ ‘. Simply chaange…

    Thread Starter morganpubblicita

    (@morganpubblicita)

    <option value=""><?php echo __( 'Choose an option', 'woocommerce' ) ?>&hellip;</option> This one? Also, since it is translated in italian, should I put it in italian directly?

    Go ahead!

    Thread Starter morganpubblicita

    (@morganpubblicita)

    I truly was a bother, wasn’t I? Thank you for the time you dedicated me, it is really appreciated ??

    I’m dedicating my knowledge about Wrdpress and especially Woocommerce. You can always ask any questions to me.

    ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Custom Attribute Section Size/font’ is closed to new replies.