Vire Posted June 30, 2014 Share Posted June 30, 2014 (edited) 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 June 30, 2014 by Vire (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted June 30, 2014 Share Posted June 30, 2014 Hi, Can you share the site's url? (it might be the same of the other threads but i forgot it ) Link to comment Share on other sites More sharing options...
Vire Posted June 30, 2014 Author Share Posted June 30, 2014 http://evoxity.net/ Link to comment Share on other sites More sharing options...
vekia Posted June 30, 2014 Share Posted June 30, 2014 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 More sharing options...
Vire Posted June 30, 2014 Author Share Posted June 30, 2014 (edited) 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 June 30, 2014 by Vire (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted July 1, 2014 Share Posted July 1, 2014 Well there *should* only be exclusive OR button, but indeed that error came with ps by default as well, you can get rid of one of the classes and style them separately, in my opinion Link to comment Share on other sites More sharing options...
Vire Posted July 1, 2014 Author Share Posted July 1, 2014 I got that problem solved now. There are still two buttons i have to style but i belive i can find them by myself, thanks for the help! Link to comment Share on other sites More sharing options...
Recommended Posts