Tagged: Color, text, woocommerce
-
AuthorPosts
-
January 25, 2024 at 10:59 am #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
January 25, 2024 at 3:11 pm #1432027Hey 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,
RikardJanuary 25, 2024 at 5:30 pm #1432049Wonderful result.
You great!
ALWAYSJanuary 25, 2024 at 7:09 pm #1432065Hi,
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,
RikardJanuary 26, 2024 at 4:40 pm #1432166Sorry 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 againJanuary 27, 2024 at 10:53 am #1432196Hi,
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,
RikardJanuary 27, 2024 at 11:48 am #1432203Thanks 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 whiteJanuary 28, 2024 at 8:15 pm #1432298Hi,
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,
MikeJanuary 29, 2024 at 8:44 am #1432348Ok 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 DESCRIZIONETks
GianlucJanuary 29, 2024 at 11:59 am #1432371Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.