Home › Forums › Themes Support › Claue › Change Product page
Tagged: price box, breakpoints, yith
- This topic has 9 replies, 2 voices, and was last updated 3 months, 2 weeks ago by
Chen.
-
AuthorPosts
-
-
January 15, 2022 at 1:01 am #42714
Hi! I have 2 questions. In the single product page,
- How do I change the font size of the price box content?
- How do I change the width of the yith add on content? I mean the breakpoints?
It should look like the 2. screen photo that I attached.
Thank you!
Attachments:
You must be logged in to view attached files. -
January 16, 2022 at 11:42 am #42717
Hi Chen,
Can you send me the link of 2 page you want to change.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 24, 2022 at 8:56 pm #42734This reply has been marked as private.
-
January 24, 2022 at 9:01 pm #42736This reply has been marked as private.
-
January 24, 2022 at 10:33 pm #42741
Hi Chen,
1. You can change font size of price box by add below code to Claue > Theme Option > General Layout > Custom CSS
.wapo-product-price #wapo-total-price-table table { font-size: 15px; }
2. You can change setting of plugin or add custom css code to Claue > Theme Option > General Layout > Custom CSS
.yith-wapo-block .yith-wapo-addon .options.per-row-5 .yith-wapo-option { max-width: 70% !important; }
I also updated your purchase code.
Kind regards
-
This reply was modified 3 months, 3 weeks ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 3 months, 3 weeks ago by
-
January 24, 2022 at 10:51 pm #42743
Hi Harry,
thank you. Unfortunately the price box doesn’t change with the CSS code. Do you have another idea?
-
January 24, 2022 at 10:58 pm #42744
You can change code to
#wapo-total-price-table table { font-size: 15px !important; }
and change 15 with your number
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 24, 2022 at 11:16 pm #42747This reply has been marked as private.
-
January 24, 2022 at 11:41 pm #42751
Hi,
Please change code to
.yith-wapo-block .yith-wapo-addon .options.per-row-5 .yith-wapo-option { max-width: 70% !important; } #wapo-total-price-table table { font-size: 15px !important; }
not only change number
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 27, 2022 at 3:12 am #42766
Thank you! It works!
-
-
AuthorPosts
You must be logged in to reply to this topic.