Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Change Product page

Viewing 9 reply threads
  • Author
    Posts
    • #42714
      Chen
      Support Expired

      Hi! I have 2 questions. In the single product page,

      1. How do I change the font size of the price box content?
      2. 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.
    • #42717
      Harry
      Support Expired

      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

    • #42734
      Chen
      Support Expired
      This reply has been marked as private.
    • #42736
      Chen
      Support Expired
      This reply has been marked as private.
    • #42741
      Harry
      Support Expired

      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 2 years, 2 months ago by Harry.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #42743
      Chen
      Support Expired

      Hi Harry,

      thank you. Unfortunately the price box doesn’t change with the CSS code. Do you have another idea?

    • #42744
      Harry
      Support Expired

      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

    • #42747
      Chen
      Support Expired
      This reply has been marked as private.
    • #42751
      Harry
      Support Expired

      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

    • #42766
      Chen
      Support Expired

      Thank you! It works!

Viewing 9 reply threads

You must be logged in to reply to this topic.