Okay
  Public Ticket #3689495
Theme colors
Closed

Comments

  •  2
    Matei started the conversation
    1395010958.png

    can you please tell me where i can find the color options for the add to cart button ,  selected tab ( lower part of screenshot) ?

    9272429263.png

     i have selected the theme colors but it seems some have remained in the original brown.

    Thank you 

  •  2,640
    Kevin replied

    Hi Matei,

    Please send:

    - Admin info (wp-admin URL, username, password)

    I will check this problem for you.

    Regards,
    Hung PD

  •   Matei replied privately
  •  2,640
    Kevin replied

    Hi Matei,

    1. Outdated templates

    I've fixed your issue. Please check your site again.

    2. Colors

    Please add below code to Customize -> Additional CSS

    .woocommerce div.product div.woocommerce-tabs ul.tabs li.active a,
    .woocommerce div.product div.woocommerce-tabs ul.tabs li a:hover{
        color: #7ecbe5;
    }
    .woocommerce div.product div.summary p.cart a,
    .woocommerce div.product form.cart button.button{
        background-color: #7ecbe5;
    }
    

    Regards,
    Hung PD