Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Styleshet help required


Guest

Recommended Posts

Posted

Hi

I want to change the text colour of the countries in the drop-down menu on the account setup. On the one I'm using its showing white on a light background which aint good.

I know it'll be in the stylesheet but for the life of me cannot spot the piece of code to change.

 

Has anybody an idea of the line to change. If so please share it

 

Thanks

Posted

If you look at the top of this page, you will see the BLUE bar that says SOLUTIONS.. click that. Then click DOCUMENTATION.. then click KNOWLEDGE BASE.. when you get to the knowledge base, feel free to read around (theres LOTS of good info there) but then if you go to CATALOG and then DESIGN AND LAYOUT, you will see a link called STYLE SHEET DEFINITIONS.. that holds ALL of the keys to the styles in the CSS

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
If you look at the top of this page, you will see the BLUE bar that says SOLUTIONS.. click that. Then click DOCUMENTATION.. then click KNOWLEDGE BASE.. when you get to the knowledge base, feel free to read around (theres LOTS of good info there) but then if you go to CATALOG and then DESIGN AND LAYOUT, you will see a link called STYLE SHEET DEFINITIONS.. that holds ALL of the keys to the styles in the CSS

 

 

Might help if it tells you how to find the stylesheet, ie what folder is it in. I have been looking for some time to resolve this, it is not where it used to be in previous versions I have used. Any idea what folder it is in?

 

Many thanks in advance

Posted

niope.. it was ALWAYS in the main catalog folder of the site for as long as i knew it was..

 

Sorry, i didnt know you were having an issue actually FINDING the file!!

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
niope.. it was ALWAYS in the main catalog folder of the site for as long as i knew it was..

 

Sorry, i didnt know you were having an issue actually FINDING the file!!

 

Hi Lindsay

 

Thanks for your replies I didn't get a chance to loook at anything yesterday.

 

I know where the file is and have looked through the knowledge base. I can see where I think the code should be ( infobox).

My problem is this.

For all the boxes on the account form thay you enter the text enters BLACK which is fine.

 

In the COUNTRY box there is a drowdown list .

 

The list appears with the text colour WHITE on a light coloured background which granted does change colour on hover but is isn't easy to see the countries in the list (looks like the list is blank) as there is no contrast between the background and the text. I want to change the TEXT COLOUR on the dropdown.

 

Do you know which part of the stylesheet I need to change to do that??

 

Terry

Posted
select {

color: black;

}

 

Thanks Burt....That's it sorted

Posted
Thanks Burt....That's it sorted

 

Hi Burt

 

It's caused me another problem, the backgroud colour in the currency dropdown is black so I need to change that coz black text on black background ain't good ...which part of the code changes the background.

 

Thanks

Posted
Hi Burt

 

It's caused me another problem, the backgroud colour in the currency dropdown is black so I need to change that coz black text on black background ain't good ...which part of the code changes the background.

 

Thanks

 

 

Problem solved!!!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...