hatc Posted July 24, 2009 Share Posted July 24, 2009 I would like change the textsize and color in the discount boks on the frontside and same in the history section.I have enclosed 2 pics.I found that below code in CSS covers parts all over the website, but I ONLY want to change history and discount.any Idea where to change only those parts ? .price-discount { text-decoration: line-through; } .price-pretax { color: gray; } .price-ecotax { color:#488c40; } img.icon { margin-right: 0.5em; vertical-align: middle; } .price, .price-shipping, .price-wrapping { color: #fc030e; font-size: 0.9em; font-weight: normal; white-space:nowrap; Link to comment Share on other sites More sharing options...
nycpicasso Posted July 24, 2009 Share Posted July 24, 2009 The best way to find it is to use firefox and use their firebug plugin. Use the inspect feature in firebug and it will tell you exactly where the css code line is for that text.Good luck. Link to comment Share on other sites More sharing options...
hatc Posted July 24, 2009 Author Share Posted July 24, 2009 Thanks, I will install firefox, and guess that the plugin will be included..Now I've installed firefox, but can not fire the "inspect" future /Henrik Link to comment Share on other sites More sharing options...
hatc Posted July 24, 2009 Author Share Posted July 24, 2009 OK, now I have installed the plugin, great tool by the way, but it just confirms what I wrote above.price, .price-shipping, .price-wrapping { color: #fc030e; font-size: 0.9em; font-weight: normal; white-space:nowrap; This piece of code covers the "normal" price in the onsale-boks and the the data shown in the Ajax block (and other places)So by this I guess that I am screwed.../Henrik Link to comment Share on other sites More sharing options...
nycpicasso Posted July 24, 2009 Share Posted July 24, 2009 Are you in the global css file? I made all of my changes using the plugin and the global.css file. Oh, wait a minute, some of them are images that you have to edit in photoshop. Sorry, I forgot that I had to change quite a few of them that way as well. Link to comment Share on other sites More sharing options...
hatc Posted July 24, 2009 Author Share Posted July 24, 2009 Well, I guess that when they made presta, they all letters and numbers with the same size and color and placed them under the same code in the CSS, clever but not when you need to change each of them../Henrik Link to comment Share on other sites More sharing options...
nycpicasso Posted July 25, 2009 Share Posted July 25, 2009 I am still trying to figure out some things on my own that I haven't been able to get answers for as well. Good luck Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now