How to remove extra button in first slider

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by gloryous, Jul 1, 2016.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Greetings!

    After updating the SaleJunction theme for a client, some unusual display issues are appearing.

    Here's an instance of one of the issues:

    GF-Extra-Button.png

    How to remove this second button?

    This second button is not appearing on the other sliders. Just the first one.

    Thank you!
    Glory
     
  2. priya

    priya Guest

    Hi, Glory..

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To remove the concerned button, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .salesdetails .salesbutton:nth-child(2) {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    gloryous likes this.
  5. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Perfect, Nitin ... it helped!

    Thank you!
    Glory
     
Thread Status:
Not open for further replies.

Share This Page