need help

This topic has been marked as not a support question.

Hi,

i need help that i have size and color option modified in Shoppica and its working fine but i need it should be a selection border that after selected the border color should change. you can see the example link here: and also my css code that i am using. the support team is really help full and will great full if you help to solve this problem. i have tried lot of thinks but its not working.


select.Size,select.Color {
display:none;
}
ul.size,ul.color {
float:left;
padding-bottom:2px;
}
ul.size li,ul.color li {
background: none repeat scroll 0 0 #0077AA;
border: 2px solid #D6D6D6;
border-radius: 4px 4px 4px 4px;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 12px;
font-weight: bold;
line-height: 30px !important;
margin-right: 2px;
text-align: center;
width: 50px;
}
ul.size li.active {
border-color: #999999;
}
ul.color li {
text-indent:-999px;overflow:hidden;
}

February 13, 2012 at 10:24 am #6130

Hi,

This is more than 1-2 steps modification and could not be covered by the free support we offer. We would suggest either to seek help in the official OpenCart forums, or hire a developer to do the customization for you.

Best,
ThemeBurn team

February 18, 2012 at 3:51 pm #6289
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.