This topic has 12 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
I’m having problems with the bundle products.
Does not display name and additional link
there is an error in the layout of the page
https://quotelex.com/product/unit/
http://prntscr.com/iqhq8e
In the standard theme everything works
http://prntscr.com/iqhi5u
Hello,
Thanks for the topic.
Please add this code in Theme Options > Styling > Custom css:
.single-product .bundled_product_title {
display: block;
font-size: 14px;
}
Regards
Hello,
Thanks for your answer. Just one more question.
In the screenshot we see “$126”. It’s okay, but we want to make this font the same to the font with “$2,450”. How can we change the font?
And something wrong with the buttons of quantity. “+” is below, but must be near the numeral.
Hello,
You’re welcome!
.single-product .bundled_product_summary span.price {
font-size: 22px;
}
.single-product .bundled_product_summary .quantity {
margin-right: 0px;
}
Regards
Thank you so much, but we faced other problems…
https://quotelex.com/product/test-unit/
https://prnt.sc/ir0b8c
At the screenshot we observe “Required Area missing”. It appears when we write necessary value in “Required Area (sq m)” position. Everything counts normally, but when we choose value and click “add to cart” we see this error. How can we deal with it?
And also, we want to change the font of the main text “Table with base in white (GFM71), black (GFM73) or graphite (GFM69) embossed lacquered steel. Top in Canaletto walnut (NC) or burned oak (RB) with central insert in extra clear laminated glass” to the same of “Required Area (sq m)” font.
1. Please tell me how it works with default WC theme – Storefront? Or you have the problem only when our theme is activated.
2.
.single-product .short-description p {
color: #313131;
font-size: 1rem;
}
Regards
1. yes, only with your theme
2. thank you!
Please provide temporary wp-admin access in Private Content.
Regards
Font didn’t change(
Hello,
1) you are using the additional plugin to add that calculator. If you want to use that plugin this option should be disabled http://prntscr.com/ir6w8h because that plugin use POST method and does not work with Ajax.
2) Because you missed . before first class http://prntscr.com/ir6ypy
Regards
Thank you so much!It works.
And the last question.
We decided to change font of the “Required Area (sq m)” and “Product Price” to the same of the main text. You gave us necessary code to change the main text, so now we need code to change other lines the same
Hello,
You’re welcome!
Please change the previous code to this one:
.single-product .cart label, .single-product .cart .price-table-row td {
color: #666667;
font-size: 1.14rem;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up