Home Forums Themes Support Gecko Bages

Viewing 5 reply threads
  • Author
    Posts
    • #968

      Hi,

       

      I would also like to know how I could change the color of the ‘Sale Badge’

      In addition I would like to ask you guys if you can make me an ‘out of stock’ badge.

       

    • #970

      Hi,

      you can change color of Sale badge by add custom css in JanStudio > Theme Options > General Layout > Custom CSS

      .badge span {
            background: #f68e56;
      }

      And change “#f68e56” with your color code
      We also added badge for (out of stock, New Arrival) badge
      You can change background for “new arrival” by change ” #4eb0be” for out of stock product by change “#999” with your color.

      .badge .new {
            background: #4eb0be;
      }
      .badge .sold-out {
          background: #999;
      }

      Best regards!

      • This reply was modified 7 years, 4 months ago by Foster.

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

    • #1076

      Can you create a “Pre-Order” badge for me?

       

      It would be for items that are not yet available for shipment.

       

      Thank you

    • #1081

      Hi,

      You mean: When product out of stock, display this badge ?

    • #1084

      No I would just like to know if a custom badge can be made for ‘pre orders’

    • #1087

      Hi,
      Sorry but no badge for this product status

Viewing 5 reply threads

You must be logged in to reply to this topic.