Home Forums Themes Support Claue Question about changing banner and Sales items

Viewing 4 reply threads
  • Author
    Posts
    • #40908

      Hello. How do we customize the announcement banner(background color, text attributes etc. and make it sticky). Also is there a way to put on all sales items red text saying “Sales are final”.  If I need to elaborate let me know. Thanks in advance.

    • #40910

      Hi,

      Please take a screenshot describe your task. It now i still not clear your task.

      Kind regards

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

    • #40911
      This reply has been marked as private.
    • #40915

      Hi,

      1. You can change background color in Claue > Theme Option > Color Scheme > Header Background color and change text in Claue > Theme Option > Typography and make it sticky in Claue > Theme Option > Header

      2. Please ađ below code to claue-child > functions.php

      function add_text_to_single_product() {
          echo '<p>Return : SALES ITEM NOT ELIGIBLE</p>';
      };
      add_action('woocommerce_before_add_to_cart_button', 'add_text_to_single_product', 50);

      Kind regards

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

      • #40916

        Is there a way to only display this on items that are on sale? Thanks in advance.

    • #40922

      Hi,

      I’m sorry it can’t only show on sale product.

      Kind regards

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

Viewing 4 reply threads

You must be logged in to reply to this topic.