Home Forums Themes Support Claue How to add a label near price?

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #29005

      Hello.
      I have a question about how to add a label near price like at the picture?
      I need it with all products.

      Attachments:
      You must be logged in to view attached files.
    • #29010

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .entry-summary .price::after {
      	content: "Free shipping";
      	padding: 4px 10px;
      	font-size: 12px;
      	background: #E1E3DF;
      	margin-left: 10px;
      	border-radius: 5px;
      }

      Kind regards

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

    • #29033

      Thank you, Harry. It’s work.

Viewing 2 reply threads

You must be logged in to reply to this topic.