Jump to content

color picker vergrößern will nicht


Recommended Posts

Hallo zusammen,

 

Habe in dem product.tpl folgendes verändert:

<div id="color_picker">
			<p>{l s='Pick a color:' js=1}</p>
			<div class="clear"></div>
			<ul id="color_to_pick_list" class="clearfix">
			{foreach from=$colors key='id_attribute' item='color'}
				<li><a id="color_{$id_attribute|intval}" class="color_pick" style="background: {$color.value};" onclick="updateColorSelect({$id_attribute|intval});$('#wrapResetImages').show('slow');" title="{$color.name}">{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}<img src="{$img_col_dir}{$id_attribute}.jpg" alt="{$color.name}" width="35" height="35" />{/if}</a></li>
			{/foreach}
			</ul>
			<div class="clear"></div>
		</div>

leider zeigt mir der shop immer noch die 20px an. CSS habe ich natürlich auch schon angepasst:

#color_picker #color_to_pick_list a.color_pick{
display: block;
    height: 35px;
    width: 35px;
}

man kann es hier bewundern:

http://obc-ya.com/de/pr/73-sandwich-beanie-semi-baggy.html

 

Kompelierung ist an und cache ist aus.

 

 

was habe ich übersehen?

 

Danke

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