Is there a way to resize the slider image from the default size? Also is there a way to remove the description box and link on the first slider? It reverts to the default text and link to Inkthemes if there is no text in the box
Hello, 1. It is not possible for us to resize the slider because it require lots of customization in the theme and time consuming too. It may also break the theme layout if we try to resize it. 2. To remove the description box and link on the first slider you can paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #page > div.flexslider > ul > li:nth-child(1) .flex-caption { display:none; } This will solve your issue.