Okay
  Public Ticket #3109278
SOLD OUT TAG
Closed

Comments

  • seedstudiocl started the conversation

    Hello,

    I need to add a tag like the "SALE " tag in the products archive, for the "SOLD OUT" products, is it possible with the template?

    any ideas?

    thanks

  •  933
    Neuron replied

    Hi,

    Yes, of course, can you please provide me with your wp-admin, and I'll help you to add it.

    Feel free to ask for anything you need.

    Kind Regards


  •   seedstudiocl replied privately
  •  933
    Neuron replied

    Hi,

    I've added the following code at Product widget > Advanced tab > Custom CSS, can you please take a look at it?

    .l-neuron-grid__item.outofstock .m-neuron-product__inner:after {
        content: "Out of Stock";
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 12px;
        color: white;
        z-index: 2;
        text-transform: uppercase;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • seedstudiocl replied

    great it works perfectly. thanks!

  •  933
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


  •   seedstudiocl replied privately
  •  933
    Neuron replied

    Hi,

    You can change its position by adding the following code at Product widget > Advanced tab > Custom CSS.

    .m-neuron-portfolio__sale-flash {
        position: absolute;
        bottom: 60px;
        top: auto;
        left: auto;
        right: 10px;
    }
    

    Feel free to ask for anything you need.

    Kind Regards