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.
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. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
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; }
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