Okay
  Public Ticket #1413210
Change colors
Closed

Comments

  • Gasparemy started the conversation

    How to change color from the icons SALE and OUT OF STOCK?

    1. please the css code for all SALE icon and all icon OUT OF STOCK pls.( shop and layer)

    2. All add to cart buttons color change code.

    3. Price from layer product, shop and single product color change.

    Happy new year!


    Thanks very much

  • [deleted] replied

    Hi Gasparemy,

    1— Please add the code below to your Custom CSS area:

    .woocommerce .onsale {
        background: red !important;
    }
    .woocommerce .onsale.featured {
        background-color: green !important;
    }
    .woocommerce .onsale.oos {
        background: pink !important;
    }

    2— Custom CSS again:

    .shop-item-single .item-info.summary form.cart .button {
        background: #f36868 !important;
    }
    .shop-item-single .item-info.summary form.cart .button:hover {
        background-color: green !important;
    }

    3— Custom CSS again:

    .shop-item-single .item-info.summary .price {
        color: red !important;
    }
    .shop-item-single .item-info.summary .price del {
        color: green !important;
    }

    P.S: You can also change your theme skin by going to Laborator > Theme Options > Theme Styling > Custom Skin Builder.

    Have a great new year.

  • Gasparemy replied

    Hello, Thanks you very much.

    I add all the css you gived me.

    1. I need the css code for the price of the homepage. For the automated products.

    Look at thee Homepage at http://www.os-x-macstore.com/

    the price is black and old price grey, i need to change this colors too in red and green.

    2. if you add an item on the cart, the cart in the widget have black buttons, css codes?


    3. cart at the top color checkout is green and hover is black, how to change the black color?

    4. where you see Description on a product, how to add other one? Like Description, Tech. Description ...

    5. on related products, sale icon color are black too, how to change?

    6. on checkout "proceed to paypal" is black, code for change it?

    Thank you :)

  • [deleted] replied

    You're welcome Gasparemy

    We are now back at work after the holidays and regarding your further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. We’re glad to help you in your new thread.

    Will set this ticket as solved from here.