Jump to content

Making product-variants little color picker icon larger in 1.7.1.2


Recommended Posts

Hi there, i would like to know where can I find the size for the texture icon on 1.7.1.2, they used to be on product.tpl ( global.css) I need to increase the size of the little icon from 20x20 to 100x50, as my store sells hair extensions which the customer needs to see a larger icon

Link to comment
Share on other sites

  • 6 months later...

In your theme's CSS look for:

.size_to_pick_list .color {
  border-radius: 2px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  width: 48px !important;
  height: 25px !important;
  box-shadow: none !important;
  line-height: 25px !important;
  color: #999 !important; }

Change the width and height.

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...