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

Home Forums Themes Support Claue Required symbol before checkout box

Viewing 5 reply threads
  • Author
    Posts
    • #42857
      akodelai
      Support Expired

      Hello,

      When I add a checkbox at the checkout form, the required symbol appears before the label and not at the end of the label.

      Can you help me resolve this issue?

      Thank you,

      Andreas

      Attachments:
      You must be logged in to view attached files.
    • #42860
      Harry
      Support Expired

      Hi,

      It now I can’t add a product to cart on your site to checkout. Can you available add to cart function.

      Kind regards

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

    • #42861
      akodelai
      Support Expired

      Hello,

      Please use the below

      test

    • #42862
      Harry
      Support Expired

      Can you send me the account to login?

      The checkout process ned login to checkout

      Thanks

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

    • #42865
      akodelai
      Support Expired
      This reply has been marked as private.
    • #42869
      Harry
      Support Expired

      Hi,

      The issue cause by HTML of plugin you use to customize checkout page. You can add custom CSS code to fix in Claue > Theme Option > General Layout > Custom CSS

      .woocommerce form .form-row label {
      	float: left;
      }
      .woocommerce form .form-row .required {
      	border-bottom: none;
      	float: right;
      	text-decoration: none;
      	line-height: 0.5;
      	color: red;
      }

      or contact to plugin author

      kind regards

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

Viewing 5 reply threads

You must be logged in to reply to this topic.