- This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – checkout header alignement and css
I’m trying to left justify the header text on the checkout page and I can’t figure it out.
I want to left justify “Item Name” and “Price”. I also want to edit the style of the Checkout button. Where and how can I do this please?
I’m using: [wp_eStore_cart] as the shortcode
Thanks!
Please post a link to the page where I can go and add an item to the cart so I can inspect your shopping cart. I will then be able to give you CSS tweaks for it.
Thank you for your time in this matter! I appreciate it!
[https://licensesolution.com/shop/]
Click the “Add to Cart” button on the top of the page to add it to the cart.
The following CSS tweak should make the headers align left:
.eStore_classic_cart_wrapper th {
text-align: left;
}
You can use the following plugin to apply the custom CSS tweak (without modifying the plugin):
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
TYVM for your prompt response!!! I’ll try it in the morning. Awesome support.