Home › Forums › WoodMart support forum › Change back the previous color
Change back the previous color
- This topic has 13 replies, 2 voices, and was last updated 1 year, 2 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 26, 2023 at 5:36 am #507310
evanlee01141991ParticipantI want to change the field background color which I have circle with black color to the background color which I have circle with red color.
After inserted some CSS provided by support team it changed to that color and I have no idea which CSS due to too many code,
Attachments:
You must be logged in to view attached files.October 26, 2023 at 2:42 pm #507518
Aizaz Imtiaz AwanKeymasterHello,
I have commented on the code for these fields. Go to Theme Settings > Custom CSS > Global Custom CSS. Check the code on 50 lines.
Best Regards
October 27, 2023 at 11:43 am #507808
evanlee01141991ParticipantBut after you have commented and removed the code, here have some issue appear please check attachment below.
Just make it white color with shadow box will do. and the arrow and text will be black.
Attachments:
You must be logged in to view attached files.October 27, 2023 at 2:13 pm #507878
Aizaz Imtiaz AwanKeymasterHello,
Please try and add the following Custom CSS in the Global Custom CSS area under
Theme Settings >> Custom CSS.div.quantity input[type="button"] { background-color: black; } div.quantity input[type="number"] { color: black; }
Best Regards.
October 30, 2023 at 7:12 am #508347
evanlee01141991Participantthe add to cart page is perfect, but the single product page still not perfect yet.
The top and bottom don’t have the shadow color, please check the good and bad as attachment
Attachments:
You must be logged in to view attached files.October 30, 2023 at 11:13 am #508420
Aizaz Imtiaz AwanKeymasterHello,
Now I have added the following code in the Global Custom CSS area. Check back your site.
div.quantity input[type="number"] { color: black; border-top: 1px solid gray; border-bottom: 1px solid gray; }
Best Regards.
October 31, 2023 at 10:34 am #508717
evanlee01141991ParticipantWhy it changed to black color now? I want the light gray as shown in previous attachment “good.png”
Attachments:
You must be logged in to view attached files.October 31, 2023 at 12:57 pm #508782
Aizaz Imtiaz AwanKeymasterHello,
You can change the color as per your requirements in the given code.
Best Regards.
November 1, 2023 at 6:33 am #508929
evanlee01141991ParticipantI got it from the online, rgba(229,229,229,255) or #e5e5e5
How should I insert one of this into the custom css?
Is it like this?
div.quantity input[type=”number”] {
color: #e5e5e5;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}November 1, 2023 at 10:35 am #508977
Aizaz Imtiaz AwanKeymasterHello,
Yes, try to add the following code.
div.quantity input[type="number"] { color: #e5e5e5; border-top: 1px solid gray; border-bottom: 1px solid gray; }
Best Regards.
November 1, 2023 at 11:55 am #509016
evanlee01141991ParticipantI think you have misunderstanding, it’s not changing the number color, but the top and bottom of the box line between the number.
Attachments:
You must be logged in to view attached files.November 1, 2023 at 1:49 pm #509059
Aizaz Imtiaz AwanKeymasterHello,
Please try and add the following Custom CSS in the Global Custom CSS area under
Theme Settings >> Custom CSS.
div.quantity input[type="number"] { color: black; }
Best Regards.
November 2, 2023 at 2:10 pm #509343
evanlee01141991ParticipantHere is the correct
div.quantity input[type=”number”] {
color: black;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}but thanks anyway.
November 2, 2023 at 2:45 pm #509359
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Change back the previous color’ is closed to new replies.
- You must be logged in to create new topics. Login / Register