This topic has 12 replies, 3 voices, and was last updated 3 months ago ago by Andrew Mitchell
I would like to have bold headers in checkout like it is in your demo:
And on my site it looks like this:
Hello Hafunerix,
Thank you for reaching out to us.
You can use custom CSS code, for example:
.etheme-cart-checkout-accordion.active .accordion-title,
.cart-order-details .order-review .step-title,
.etheme-cart-checkout-accordion .accordion-title {
font-family: "Outfit-Bold", Sans-serif;
font-size: 24px;
text-transform: capitalize;
}
https://www.8theme.com/documentation/xstore/additional-customisation/optimal-placement-for-custom-css-code/
or use the builder for checkout page – https://prnt.sc/9Vrr1RG3E8n_
https://www.8theme.com/documentation/documentation/xstore-builders/xstore-checkout-page-builder-with-elementor/
We hope this information is helpful.
Best Regards,
8Theme’s Team
Tjank you for this code. Unfortunately this doesn’t look good:
Can you give me the CSS code for the Poppins font and the font weight parameter – let’s say weight=700 ?
THX
Hello Hafunerix,
In this case, edit the previously provided code according to your needs, for example:
font-family: "Poppins", Sans-serif;
font-weight: 700;
Read more – https://www.w3schools.com/css/css_font.asp
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
That was simple. Thank you.
I noticed one problem with the coupon add button and the first heading “1. Billing details”.
When I am logged in, both of these elements are correctly arranged on one line. See what I mean:
However, when I am not logged in, both the coupon field and the coupon button are not on one line.
The same applies to the first heading “1. Billing details”:
Do you know what can cause such a displacement?
Hello, Hafunerix,
Solved. Please clear cache and check now.
Best Regards,
8Theme’s Team
Perfect! Almost.
When you go to point two, i.e.
2. Shipping.
Then point one
1. Billing details
is again moved and is not on one line:
Hello, Hafunerix,
We appreciate your prompt response.
Fixed. Please test now.
Best Regards,
8Theme’s Team
All right! You’re the boss!
I have one last question about the checkout. It may not be entirely related to the Xstore theme itself, but rather to Woocommerce, but maybe you know how to solve it.
Since I currently offer shipping to only one country, I would like to remove (hide) information about the delivery country from the purchase form. Currently, I have already marked only one country of shipping without the possibility of choosing the delivery country by the buyer, but I would like to get rid of the information about the shipping country from the form completely.
Do you know how to remove it?
Hello Hafunerix,
You can contact WooCommerce plugin support about this https://wordpress.org/support/plugin/woocommerce/ or use custom CSS code:
.woocommerce-billing-fields #billing_country_field {
display: none;
}
Best Regards,
8Theme’s Team
You are great! Thank you!
Dear hafunerix,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Bold headers in checkout like in xstore.’' has been successfully resolved, and the topic is now closed for further responses