Where do I change the color of this slider/ scroller button? PS: I looked into image directory but there was no image for this.
I want the same green - #55BE47 that I customized the rest of the website by editing the pink css file in the directory. I used solution via other thread (link below) to change the colours but this droller button is not changing. http://www.inkthemes.com/community/threads/color-option-not-listed-in-demo.9464/
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nivo-directionNav a.nivo-prevNav,.nivo-directionNav a.nivo-nextNav { background:#55BE47 !important; } Thanks & Regards Pramod
Works but created another small issue. Now the whole button is green, even the white arrow marks inside the button is now green, how do I fix this? Compare the pink button screenshot shared in original post and green buttons in screen shot below.
Hello, You can change theme color from theme option panel. Previously it was an image but here we set a particular color in the place of image. Please check different colors for theme. Thanks & Regards Pramod
Pramod: Thanks for the response. As mentioned in the earlier post/ thread. I'm not using any standard colours/ theme, I actually edited the pink.css to show my own brand colours, and to do so I followed the instructions from someone else's thread - http://www.inkthemes.com/community/threads/color-option-not-listed-in-demo.9464/ > after this everything changed to colours of my choice except for the scroller buttons & Bullet point icons. Now, bullet point icons were images and I found PSD in the directory but there are no images for the scroller button in the theme directory so I started this thread. With the codes given I was able to change the color of the button but the arrows are missing now. I do want the arrows on button otherwise no point of those two blank buttons. So, if those buttons are images, please tell me where they are in directory or send me as attachments (psd preferred) and if these are just theme colours then tell what codes to edit to make sure my arrow marks show even on green buttons?
Hello, You have to edit pink.css file to achieve this. Please remove previous custom CSS and follow below image. Thanks & Regards Pramod