Hi, Greetings from InkThemes, To change the button of the slider, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nivo-caption a.slide-button { width: 21%; } Note: Change the width percentage according to your requirement. Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Thank you - that works really well. Please could you also suggest some code that would increase the height of the button as well - I would really like to emphasize the button (which I have set as a click to call). Thanks again, Mike
Hello, To increase the height of the button, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nivo-caption a.slide-button { line-height: 150%; } Thanks & Regards, Akbar InkThemes.com