How do I remove the Sell Item Button on the home page?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by cleonthompson, Jan 3, 2016.

  1. cleonthompson

    cleonthompson New Member

    Joined:
    Jan 2, 2016
    Messages:
    1
    Likes Received:
    0
    Hello, I actually have two questions.

    First, how do I remove the Sell Item Button from my homepage slider?

    Second, how do I change the order of the pages on my homepage menu.

    Due to the fact that the home page is not showing up as a page, when I make a custom menu, the homepage does not show up on my custom menu.

    Any assistance you can provide is greatly appreciated.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    All the solutions of your above issues are accordingly...

    1) How do I remove the Sell Item Button from my homepage slider?

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .salesbutton:nth-child(2) {
        display: none !important;
    }
    2) How do I change the order of the pages on my homepage menu.

    Please follow the video given below.

    Link of the video: http://screenpresso.com/=cw1Bc

    3) Due to the fact that the home page is not showing up as a page, when I make a custom menu, the homepage does not show up on my custom menu.

    Let me tell you that Home is just a custom link not a custom menu..

    So you have to make Custom Link from menu option of your dashboard and enter your homepage URL over there as I have mentioned in my screenshot given below.

    homepage_custom_link.png


    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. mrsensational

    mrsensational New Member

    Joined:
    Oct 5, 2012
    Messages:
    3
    Likes Received:
    0
    Hi Priya,
    regarding below what is the code used for each of these buttons/headings (individually)
    also how would you move the heading up on the slider to be closer to the top?

    Thanks
    Andy



    1) How do I remove the Sell Item Button from my homepage slider?

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .salesbutton:nth-child(2) {
    display: none !important;
    }
     
  4. priya

    priya Guest

    Hello Andy,

    Regarding your first issue,

    For the first button, code is given below
    Code:
    .salesbutton:nth-child(1) {
        display: none;
    }
    For the second button, code is as follow.
    Code:
    .salesbutton:nth-child(2) {
    display: none !important;
    }
    Regarding last issue,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .sl-slide-inner { 
        bottom: 47%;
    }
    Hope it will resolve your issues..

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page