-
-
Hi
I wanted to insert a border in the checkout form
how can I do?
thanks -
Hello,
You can use custom css for this. This is personal customization, normally not included in support. However I can give you a hint, just send us a link of the site.
Best regards!
-
-
Hello,
First, try deactivating the Autoptimize cache plugin. I suspect it is affecting the css. Then add this code into your Custom Css box:
table.cart td.actions .coupon #coupon_code, .woocommerce input, { border-color: #d8d3d3!important; }
Let me know how it goes.
Best regards! -
-
Hello,
Add some wp credentials in a private reply. So I can check it out close.
Also, add a screenshot of where you want the border to be, so I can understand correctly.Best regards!
-
-
Hello,
The border color was set up to white in theme settings. I changed it currently to light gray. Change it to your wish in Customize > Styling > General > Border Accent Color (screenshot)
Please check your site.
Best regards!
-
NOTE:
In case you want to remove the dotted underline in the “required fields” in Checkout page, add this code in Customize > General > Custom Codes > Custom css:.woocommerce form .form-row .required { text-decoration: none !important; }
And this:
.woocommerce form .form-row .select2-container { width: 96% !important; }
For the input box width of the ‘province’ option in Checkout.
Best regards!
-
ok! thank you so much
I didn’t have the colors change in the settings … I don’t know why it happened.
anyway thanks
I have a wocommerce message that says
Your theme (June) contains obsolete copies of some WooCommerce model files. You may need to update these files to ensure compatibility with the current version of WooCommerce. Correction Tips:Update your theme to the latest version. If no update is available, contact the author of the topic asking for information on compatibility with the current version of WooCommerce.
If you copied a template file to edit something, then you will need to copy the new version of the model and reapply the changes.what do I do?
-
Hello,
Please refer to this article about it: https://support.codeless.co/?ht_kb=outdated-woocommerce-files-in-theme
Best regards!
-
You must be logged in to reply to this topic.