Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Make my text bold and red


Michaelaff

Recommended Posts

Hi guys,

i'm trying to customize my store a bit and would like to change the error message box that could appear on checkout page.

 

Please see the file below of that box:

errorwm3.jpg

 

What file should i edit to make the text bold and red?

I tried editting stylesheet.css but i doesn't change anything.

 

Anyone any idea?

 

Thanks in advance :)

 

Michael

Link to comment
Share on other sites

Hi guys,

i'm trying to customize my store a bit and would like to change the error message box that could appear on checkout page.

 

Please see the file below of that box:

errorwm3.jpg

 

What file should i edit to make the text bold and red?

I tried editting stylesheet.css but i doesn't change anything.

 

Anyone any idea?

 

Thanks in advance :)

 

Michael

 

 

Stylesheet explanation

http://www.oscommerce.info/kb/catalogommer...n_and_Layout/54

http://e-pc.com.au/catalogommercestylesheettutorial-a-6.html

BACKUP your current files before editing. Did I mention to BACKUP your current files, first?

 

"I'm not a hero, I'm a firefighter; it is my job to save lives. I'm a Jesus Christ Firefighter saving souls from the flames!"

 

Installed contribs: Almost XP Buttons *** Attribute Sort *** Auto Thumbnail Change *** Column Product Listing (for SPPC v4.0) *** Contact Us Registered *** Country-State Selector 1.3.3J *** CC# Db Mask 1.3 *** Email Order Clickable Link *** Extra Images *** Linkpoint API CVM *** Loginbox Best *** New Spiders *** New Attrib Mgr v.5.0 w/ New Attrib Include *** Multi Product Update *** MySQL Cron *** Pricing per Category *** Product Listing in Columns v2.2 [later upgraded to CPL(SPPC)] *** Product Sort v1.6 *** Seperate Pricing Per Customer v4.15 *** Simple Down for Maintenance [Gokou] *** Ultimate_SEO_URLs_v2.2.2 *** UPS Worldship Export 1.3 *** Welcome Email username & password

Link to comment
Share on other sites

 

Hi,

yes i already found that info too and i know i should edit .errorBox in the stylesheet.

 

But i can make changes to that part (.errorBox) like i want, it doesn't change a thing to that error text in that box you see on the image.

I can't make it bold and red.

 

What's wrong?

 

Michael

Link to comment
Share on other sites

Was it a contribution that you installed or the basic oscommerce payment module. If it was a contibution, look in the language file that came with it. Alter it there.

 

Hi steve,

thanks for the reply.

 

I don't know if there are any custom mods installed.

It's not my site, it's someone i know who asked if i could change this on his server.

 

Here's the /catalog directory as it can be found in my ftp program

See any directories extra?

 

1hz6.jpg

 

 

Michael

Link to comment
Share on other sites

  • 2 months later...
Hi steve,

thanks for the reply.

 

I don't know if there are any custom mods installed.

It's not my site, it's someone i know who asked if i could change this on his server.

 

Here's the /catalog directory as it can be found in my ftp program

See any directories extra?

 

1hz6.jpg

Michael

 

The osCommerce instalation stylesheet.css does not come with that option.

You have to add it.

 

around line 285 -296 change

 

from:

 

.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }

 

To:

 

.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; font-weight: bold;background-color: #ffb3b5; }

 

This will change it to bold red

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...