I need help deleting the slider. I'm currently working on a site for a client, and she doesn't want the slider to show.
Hi, Greetings from InkThemes, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. div#slider { display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Is there a way to keep a linked image as a slider, but without the heading, details and buy/sell buttons>?
Hello Riviera, Greetings from InkThemes! You can easily create your link for the slider and for that you just need to follow the screenshot given below. Regarding your second issue i.e. to disable the heading, details and buy/sell buttons.. So for this, you have to make some alteration in the code as I have mentioned in the screenshot.. You have to comment out some code in index.php page by adding "<!--" tag at the starting of the code and "-->" tag at the end of the code Please follow the screenshots given below. For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thanks Priyanka - all carried out successfully. Is there a way to decrease the size of the slider images? Reducing the size of the uploaded image doesn't achieve anything. I tried searching for s1-slider-wrapper, but no luck. Dave
Hello Dave, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bg-img img { width: 95%; height: 505px; margin-left: 35px !important; } Note: Change the numeric value as per your requirement. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com