Disable to Sell Button Only

Discussion in 'NewCommerce WordPress Theme' started by richard cheah, Jan 16, 2016.

  1. richard cheah

    richard cheah New Member

    Joined:
    Dec 27, 2015
    Messages:
    1
    Likes Received:
    0
    Is there anyway you can disable or remove the "SELL BUTTON" only?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .salesbutton:nth-child(2) {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page