Jump to content

CSS problems


Recommended Posts

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;

9833_wSGqKYhXRpITzy2czxcy_t

9834_q81ry3m22u3xWG4rXCer_t

Link to comment
Share on other sites

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

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

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

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