Jump to content
  • 0

Jak powiększyć ikony textur


IGD

Question

Po prawej mamy wybór koloru lecz ikonki sązbyt małe, przydało by się je powiększyć na 200%

 

wydaje mi się ze w samym panelu prestashop nie bedzie sie ich dało powiększyć więc gdzie dokładni przynajmniej mogę poeksperymentować ?

 

404.jpg?time=1496866834104

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

product.css w katalogu szablonu,

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

oraz

#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #d6d4d4;
    clear: none;
    width: 26px;
    height: 26px;
}

oraz

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    display: block;
    height: 22px;
    width: 22px;
}

w każdym przypadku zwiększamy height i width to satysfakcjonujących wartości. np 42

efekt:
dNJkCf1.png

 

 

opcjonalnie jakiś moduł np. zoom color / texture

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