Jump to content

[SOLVED] Changing Icon Colors (black by default)


Recommended Posts

Hey guys!

 

The small icons on prestashop (such as the home icon, print page icon, left/right arrows to navigate pictures on products, etc.) are black.

 

My template I have installed right now is black and you can't see them.

 

How can I change their colors to white?

 

I did use presta-theme-maker.com to create my template so my coding inside my files may be different than default.

 

THANKS GUYS!

Edited by Dmmjr (see edit history)
Link to comment
Share on other sites

I found the two arrows (i think) under my current theme/img/thumbs_left.png

 

I changed both thumbs_left.png and thumbs_right.png and uploaded them to the server. Unfortunately, no change occured on Prestashop. Maybe I'm doing something wrong or edited the wrong files.

 

EDIT: These are what I think to be the arrows on the product page to scroll through pictures, by the way.

 

EDIT2: Nevermind, it did work :) Had to clear my cache.

Edited by Dmmjr (see edit history)
Link to comment
Share on other sites

  • 1 month later...

If you mean the arrows on your category block:

modules/blockcategories/img/arrow_right_2.png

just change with other picture

 

Or in blocktopmenu:

A little more tricky, as they use a sprite (combined images in one picture):

modules/blocktopmenu/img/arrows-ffffff.png

 

This is a width x height: 20 x 110 pxls sized image.

area from width: 0-10px, height: 0-10px is first image: arrow left, UNhovered

area from width: 11-20px, height: 0-10px is 2nd image: arrow left, hovered

 

area from width: 0-10px, height: 100-110px is 3rd image: arrow down, UNhovered

area from width: 11-20px, height: 100-110px is 4th image: arrow down, hovered

 

Hope that helps.

pascal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...