Need Help to Change the color of Navigation Arrow

Posted in: Newspaper
Post count: 88

Hey! I have the slider on my homepage at http://www.techlegends.in , But when I upload images with white background, the navigation Arrows isn’t visible. Can I change it to silver or black? If yes, do guide me with proper details.

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css to change the color of arrows: http://screencast.com/t/G1tiTMGhvQx

.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: #D31C1C;
}

Thanks!

Post count: 88

Thanks for your help . Will do it soon and send you some more thanks message 😉

Post count: 88

Hey! I tried that code. I simply copied it and pasted it on the custom CSS field, flushed the caches too and checked in incognito mode. But there was no change, I tried it with your color code and the one which I wanted. Neither of them worked.

Here’s the link of what I did : http://www.screencast.com/t/d7g5t3lJNw

Post count: 7909

Hi,

Please try to add !important tag to the color:

.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: #00ff00 !important;
}

Thanks!

Post count: 88

Ya it worked! Awesome! Thanks! I will be looking out for you to help me more for little customizations like this 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.