• Resolved Waup

    (@mm-blog)


    Hi,

    Have researched but found no answers. How can I make these CSS changes:

    – like the ‘sale’ circle, how can I add a ‘free’ circle and input field on product creation
    – how can I increase the font size of prices and remove the underline
    – how to change the font colour on ‘sale’ and ‘add to cart’ buttons

    Thks!

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor James Koster

    (@jameskoster)

    Hi there,

    1. We can’t tell you how to do this via support as it’s a customisation. Contact a dev.

    2. Assuming you mean on product archives, try

    li.product .price {
    font-size:2em;
    text-decoration:none;
    }

    3. There are options to control WooCommerce colours in the settings. Or you can do it manually with CSS;

    .onsale { color:red; }
    .add_to_cart { color:red; }

    Thanks, Jay

    Thread Starter Waup

    (@mm-blog)

    Great, thks James.

    Plugin Contributor James Koster

    (@jameskoster)

    No prob. Marking as resolved.

    Hi! I´ve been around the same, but with the tags on the products, and in the products name at each category.

    http://wellride.cl/categoria-producto/camisas/

    ..

    I´ve made it! but now, I cant change the prodcuts tags color. :S

    Hope your help! thnks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Minor CSS Changes for WooCommerce Shop’ is closed to new replies.