Can we reduce the font size of the form? Can we change it from"add a cart" to "cart"? Can we remove filter? Can we remove search bar? Can we remove Qty?
"Regarding the font size, this depends on each element, but in general you can add this CSS to change it for most:" Is it possible to set different font sizes for desktop and mobile?
When I adjust it to mobile, the desktop font is big, and when I adjust it to desktop, the mobile font is small. Also, the add a cart button is too big on mobile. Can I make it smaller?
The headline seems to be aligned to the front and the content seems to be aligned to the center, so the lines don't match. I want to change the headline to be aligned to the bottom. If possible, I think just changing the sku and map would be enough.
Regarding that alignment: It gets a bit complex because it depends on the page width as well as the custom columns.
Can you please share with me a link to that page please and if necessary a login user/password? I would like to check the page directly so I can view its code.
I'm worried because it looks complicated on mobile. For example, there are two amounts. (Of course, the sizes are different, so I don't think it'll be confusing.) Should I just make the SKU a little smaller? Should I make the cart size completely smaller? There's an empty space on the left. Is there a way to make it wider?
I have attached the style I want, so please refer to it
Normally B2BKing has 2 different styles for the form, one for desktop and one for mobile. However since your site uses that custom column for MAP, it can appear too complex on mobile.
I don't have a way to set it exactly as in the attached screenshot, but we can certainly make some adjustments like reducing the SKU element size, or hiding some elements.
To better assist you it would help to have a link to the page you're looking at. I tried going to https://thinkwaredealers.com/dash-cams/ but it actually appears different when I view it, as in my screenshot below:
@media screen and (max-width: 768px) {
.b2bking_bulkorder_form_cream_main_container_content div .b2bking_bulkorder_cream_sku {
font-size: 11px !important;
}
}
These changes will only take effect on screens smaller than 768px width (mobile devices) while keeping the desktop view unchanged. Please add this CSS to your theme customizer or custom CSS section and let me know if you'd like to make any adjustments to the sizing.
Can we reduce the font size of the form?
Can we change it from"add a cart" to "cart"?
Can we remove filter?
Can we remove search bar?
Can we remove Qty?
Hi there,
Is it correct that you are using the "Cream" order form theme?
To remove the top bar with filters and search, you can add the following CSS to your site:
To remove the qty, please add:
To change the Add to cart text, you can add this PHP snippet:
Regarding the font size, this depends on each element, but in general you can add this CSS to change it for most:
Kind regards,
Stefan
It's working fine. I have one more question.
"Regarding the font size, this depends on each element, but in general you can add this CSS to change it for most:"
Is it possible to set different font sizes for desktop and mobile?
When I adjust it to mobile, the desktop font is big, and when I adjust it to desktop, the mobile font is small. Also, the add a cart button is too big on mobile. Can I make it smaller?
Hi there,
Yes, it's possible to set different font sizes for desktop and mobile using CSS media queries. Here's how you can do it:
To make the add to cart button smaller on mobile:
Regarding that alignment: It gets a bit complex because it depends on the page width as well as the custom columns.
Can you please share with me a link to that page please and if necessary a login user/password? I would like to check the page directly so I can view its code.
Kind regards,
Stefan
I'm worried because it looks complicated on mobile. For example, there are two amounts. (Of course, the sizes are different, so I don't think it'll be confusing.) Should I just make the SKU a little smaller? Should I make the cart size completely smaller? There's an empty space on the left. Is there a way to make it wider?
I have attached the style I want, so please refer to it
Attached files: Untitled-2.jpg
Hi there,
Normally B2BKing has 2 different styles for the form, one for desktop and one for mobile. However since your site uses that custom column for MAP, it can appear too complex on mobile.
I don't have a way to set it exactly as in the attached screenshot, but we can certainly make some adjustments like reducing the SKU element size, or hiding some elements.
To better assist you it would help to have a link to the page you're looking at. I tried going to https://thinkwaredealers.com/dash-cams/ but it actually appears different when I view it, as in my screenshot below:
https://thinkwaredealer.ca/
Hi there,
Thanks for providing the site link. Based on your request, here's the CSS code modified to apply only on mobile devices:
To hide the MAP price on mobile:
And to reduce the SKU size on mobile:
These changes will only take effect on screens smaller than 768px width (mobile devices) while keeping the desktop view unchanged. Please add this CSS to your theme customizer or custom CSS section and let me know if you'd like to make any adjustments to the sizing.
Kind regards,
Stefan
thanks
I want to change the title of "subtotal" to "dealer's price."
This will generally change the text wherever it appears in any B2BKing context.