Is it possible to change the slider in that way that you don't have to fill in the: First slider heading link for first slider first slider description Can i change the color of the rollover from the navigation menu? My website is www.t-supporting.nl
Hello, Go to the index.php file present in your theme directory and remove the code from line number 25 to 49 for first slider details, as instructed in the image given below. To change hover color of menu you can paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #menu .ddsmoothmenu li a:hover { color: red; } #menu .ddsmoothmenu li li a:hover { color: red; } In place of "red" you can put your color or color code. This will solve your issue.
I've removed the code as you said but the slider text is still there. Within the theme options i've place different pictures (i know the sized of the pictures are not right yet) but you see only one picture and they don't slide themeself. I've looked further in the forum but the solution of the slide in this forum don't work. Can you help me??
Hello, We have resolved the auto slide issue in our updated theme. So, Firstly download the updated copy of the Theme from the members area (http://inkthemes.com/members/member) and, upload and activate it in your dashboard. Follow the link given below to update your theme. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ And then download the index.php file attached with this post, unzip it and then replace it with the existing index.php file of your theme. Also check the link given below http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/ This will solve your issue.
Thanks for your help, but i've one question about the slider options. In the index.zip you removed de slider settings in the first slider. Can you give me the code what i have to change to removed the slider options for the other sliders??
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .salesdetails { display: none; }