Home Forums WoodMart support forum Change back the previous color

Change back the previous color

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #507310

    evanlee01141991
    Participant

    I 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.
    #507518

    Hello,

    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

    #507808

    evanlee01141991
    Participant

    But 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.
    #507878

    Hello,

    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.

    #508347

    evanlee01141991
    Participant

    the 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.
    #508420

    Hello,

    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.

    #508717

    evanlee01141991
    Participant

    Why 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.
    #508782

    Hello,

    You can change the color as per your requirements in the given code.

    Best Regards.

    #508929

    evanlee01141991
    Participant

    I 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;
    }

    #508977

    Hello,

    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.

    #509016

    evanlee01141991
    Participant

    I 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.
    #509059

    Hello,

    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.

    #509343

    evanlee01141991
    Participant

    Here is the correct

    div.quantity input[type=”number”] {
    color: black;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    }

    but thanks anyway.

    #509359

    Most 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.

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘Change back the previous color’ is closed to new replies.