Change color of the arrows on slider

Posted in: Newspaper
Post count: 11

Hello,

I would like to change the color of the arrows on the slider to something other than white. And if possible, make them visible at all times, not just when hovering over the slider.

Thank you!

Post count: 854

hi,
that arrow is from element.png sprite image (images/sprite/elements.png) , so to change the color of the arrow you need to change the arrow images in the elements.png.

to make the arrow appear all the time use this css:

.iosSlider .prevButton,  .iosSlider .nextButton{
   opacity: 100; 
}

here: http://screencast.com/t/Mr1D43Fi

Thanks for you message.
Radu A.

Post count: 11

Thank you very much!

Post count: 35

Hi Radu, the arrows are not working anymore. Can you say why? They worked for couple of days and now dont appear.

thanks & regards

  • This reply was modified 12 years by sergenial.
Post count: 3343

Hi,
You have installed some plugins? Could be from a JavaScript conflict. Disable all plugins or one by one and see if works.

Can you provide your site URL to see the issue?

Thanks for the message!

Post count: 35

Hi Marius and thanks for your support! It seems to be a conflict with W3 Total Cache Plugin. After deactivating it, the arrows appeared again.

Following my current beta location: http://hashtagsport.de/beta/

Post count: 3343

Hi,
You can use the W3 total cache but only with page cache enable.

If you enable minify will cause issue.

Thanks for the message!

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