i get an overlapping t&c checkbox with the text. Any way to fix?
Hi there
Hope you are having a good day and thank you for your question In order to check your question i need to see your live website, please provide url and i will take a look
hi
bubblefabulous.co.nz
theres also some issues with the cart page - buttons out of line and faded colour on update totals. and proceeed button is larger than usual
Hi there,
Thanks for the link.
In this case, could you try out the following CSS codes under the Appearance>Customize>Additional CSS section:
.woocommerce form .form-row .input-checkbox {
margin: 5px 8px 3px -15px;
}
.woocommerce .cart .button {
float: left !important;
}
I hope this helps.
Best Regards,
Support.
Thanks that worked! am i better to star a new topic for the cart page issues??
buttons out of line
faded colour on update totals button
and proceeed button is larger than usual
The cart totals text is also really large, as is the item name on my product pages
Hello there,
Could you please provide a link to your website so that I can inspect it?
Best Regards,
Support
or cart page is
https://bubblefabulous.co.nz/cart/
here is one of my products.
https://bubblefabulous.co.nz/product/bubble-fabulous-mouthwash-250ml/
I would like the heading text to be smaller. I would also like the word Description to not show, as this is also very big
Hello there,
You can use the following CSS code to change the title font size by going to Appearance > Customize > Additional CSS and pasting it there.
h1.product_title.entry-title {
font-size: 30px;
}
Now, to remove the description, you can use this guide:
Best Regards,
Support
Hi, did you get the solution? I think you just have to edit the CSS file.
Hello @phillips987,
We already provided the CSS for this issue so the user can test the code to see if it solves the issue.
Best Regards,
Support
Hello, all fixed except on mobile i get this problem - updatecart button overlapping text
Hi
Which page is it? or how can i replicate that problem? because cart page shows different layout
Cart page, mobile view from my phone and from my wordpress mobile screen view
hi
that’s what i see, please see enclosed screenshot
hi that issue was sorted many thanks, if you see in the thread i enquired about cart page, not checkout page, on the same site
if you add an item to cart, then click on hamburger menu top right you will see cart page
hey there
Please add this CSS in appearance - customize - additional CSS
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
top: 50px;
position: relative;
}
Thanks!
Colorlib Support Team