Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1431992

    Hello on my site https://www.milabynight.it/prodotto/lezione-privata/ I have this type of problem with colors.

    The price is green instead of red (and I don’t understand where the green is in the enflod settings) and the quantity is red instead of white, can you help me please?

    Thanks Gianluca

    #1432027

    Hey Gianluca,

    The price is red on my end, please try checking in a private browser window if you don’t see any changes.

    Try this CSS in order to change the + and – sign in the quantity boxes:

    #top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
        color: #fff;
    }

    Best regards,
    Rikard

    #1432049

    Wonderful result.
    You great!
    ALWAYS

    #1432065

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1432166

    Sorry I need further help.
    I’d like to have this #fc6c12 on price, button add to cart, SKU and category and the background-color of the product descrition white instead of red.
    Thans again

    #1432196

    Hi,

    Please try this CSS as well:

    #top .main_color .price, .product_meta span {
      color: #fc6c12;
    }
    
    button.single_add_to_cart_button, .main_color .woocommerce-tabs .tabs .active, .main_color .woocommerce-tabs .tabs {
      background-color: #fc6c12;
    }

    Best regards,
    Rikard

    #1432203

    Thanks but it’s still not enough for my goal.
    The button is still red, as is the category description and the color of the description label text which should instead be white.
    and also the background of the description is still red when it should be white

    #1432298

    Hi,
    To change the color of your button, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .cart .single_add_to_cart_button.button {
    	 background-color: #fc6c12;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1432348

    Ok that’s perfect.
    Now I still have two problems:
    1) the background color of the description text shoud be white instead of red is it possible?
    2) can I hide the label of tha tabs or furthermore hide one text “DESCRIZIONE”? ’cause I have two text with DESCRIZIONE

    Tks
    Gianluc

    #1432371

    Hi,

    1. Please try the following in Quick CSS under Enfold->General Styling:

    .main_color div.product .woocommerce-tabs .panel {
      background-color: #fff;
    }

    2. I’m not sure I understand this question, could you try to clarify a bit please?

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.