Jump to content

Productpage.css


Recommended Posts

Hello there, 

 

im searching for 3 css things. 

 

The first is the for example "Check out" or Send a ticket button. For me its green and i searched for the color in global.css as well as product.css

 

The secound one is the add to card button on product page. I could redesign the one that shows up if you hover on the main page.

 

And the 3. thing is the percentage discount on productpages as well. I also redesigned the one in global.css but that didnt effect that one.

 

Im using the bootstrap template without thememanager so basicly the global.css one

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

1) this one: http://i.imgur.com/OW1HVvr.png or this one: http://i.imgur.com/Kbg4Yk9.png or this one: http://i.imgur.com/nml13qU.png

 

2) for box-info-product .exclusive span in product.css use sometying like

border: 1px solid;
border-color: #e88000;
padding: 10px 14px;
display: block;
background: #f89720;
background: -moz-linear-gradient(top, #f89720 0%, #d87700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f89720), color-stop(100%, #d87700));
background: -webkit-linear-gradient(top, #f89720 0%, #d87700 100%);
background: -o-linear-gradient(top, #f89720 0%, #d87700 100%);
background: -ms-linear-gradient(top, #f89720 0%, #d87700 100%);
background: linear-gradient(to bottom, #f89720 0%, #d87700 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89720', endColorstr='#d87700',GradientType=0);
Link to comment
Share on other sites

1) all of them.

 

2) i already did change the colors on the existing ".exclusive" span and already searched for the green colors in the buttons in the global.css thats mainly the reason why i am that confused.

 

 

Hm, i cant post the whole .css but there also exsist something like this:

.button.button-medium.exclusive {
Edited by Vire (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...