Home › Forums › Themes Support › Claue › Question about changing banner and Sales items
- This topic has 5 replies, 2 voices, and was last updated 4 years, 8 months ago by
Harry.
-
AuthorPosts
-
-
March 13, 2021 at 10:02 pm #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.
-
March 13, 2021 at 11:24 pm #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 -
March 14, 2021 at 12:27 am #40911This reply has been marked as private.
-
March 14, 2021 at 9:55 pm #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-
March 14, 2021 at 11:28 pm #40916
Is there a way to only display this on items that are on sale? Thanks in advance.
-
-
March 15, 2021 at 4:31 pm #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
-
-
AuthorPosts
You must be logged in to reply to this topic.