This topic has 16 replies, 4 voices, and was last updated 7 years, 5 months ago ago by Amzy Leel
Hi,
I’m using furniture template. But Checkout and Billing page text and box nearly invisibile.
How can i change those color and how can it be visible little more?
Please help.
Thanks.
Hello,
Go to Theme Options > Styling > Content > Form inputs color > choose the color you like.
Regards
Thanks Olga.
Other questions;
1 – How do i change form backgroud to grey ? Like that ?
2- How do i change just specific button color like ” checkout ” button ?
Thanks.
Hello,
1)Use the following code
.woocommerce-checkout #customer_details {
background-color: #fafafa;
padding: 0.35em 2.14em;
}
.step-title {border-top: none;}
2) Use the following code
.form-row.place-order input[type=submit] {
background-color: red;
border-color: red;
}
.form-row.place-order input[type=submit]:hover {
background-color: red;
border-color: red;
}
Regards
Customer Datails page is done but submit button color changing just when active.
Could you check it please 🙂
Thanks.
Hello,
Check now, please.
Regards
Thank you soo much 🙂
Also there is another css specification that i need
I have a hr line in homepage. I placed that with VC. So it just appears in homepage. But i want to add this whole page under header.
Could you help me with this also ? 🙂
Use the following code
.header-wrapper .header > .container {
border-bottom: 2px solid #EBEBEB;
}
Regards
Thanks for quick relpy Olga,
I tried lots of thinks but it cannot be same as homepage margin and widht. could you help me with this ?
Homepage seperator is on right place
Check now.
Regards
Thank you soo much 🙂
hi Again Olga,
I think we can countinue in here beside creating new topic.
Here is two things i tried,
1- i wanted to change add to cart color but hover is not changing
like that ;
2 – menu sub category text is too thiny and hard to see how can i improve them ?
3- Do you have other order recieved page and my order details page for use ?
Thanks for all of your help again.
Hello,
1) to change hover use the following code
.single-product .single_add_to_cart_button:hover {
background-color: #3892de !important;
border-color: #3892de !important;
}
2) Go to Theme Options > Typography > Navigation
3) Nope, these are default WC pages.
Regards
Hi there,
My design client complaint that the checkout form design is bad and confusing, the column is invisible unless u click on it, how do i add the normal outline back like original woocommerce checkout page?
Like this:
http://i68.tinypic.com/20uwjko.jpg
Thanks!
sorry wrong url, like this i mean:
https://prnt.sc/flwr0x
Hello,
I think you asked the same question in another post and in live chat.
Replied everywhere. Please follow one and do not create many topics for a single question
put this css code in,
8theme options >> styling >> custom css >> global custom css
input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], textarea { border: 1px solid #000 !important; }
and change the color #000 to the color you want.
You must be logged in to reply to this topic.Log in/Sign up