Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Do i..Change box heading to bold...?


FisherAS

Recommended Posts

Hi All

 

This is a link to my site im busy setting up http://www.thecybershop.co.za. Installed a template. In the left column the Categories, What's New, Shopping Cart and Information is the same as the text inside the box. I want to make the headings Bold. Where do i go and what file do i need to edit to do that. Also want to change the size of it make it bigger.

 

Thanks in advance.

Link to comment
Share on other sites

Hi All

 

This is a link to my site im busy setting up http://www.thecybershop.co.za. Installed a template. In the left column the Categories, What's New, Shopping Cart and Information is the same as the text inside the box. I want to make the headings Bold. Where do i go and what file do i need to edit to do that. Also want to change the size of it make it bigger.

 

Thanks in advance.

Add this to the stylesheet:

 

DIV.infobox_heading {
 font-weight: bold;
 font-size: 16px;
}

(Alter to suite)

 

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Add this to the stylesheet:

 

DIV.infobox_heading {
 font-weight: bold;
 font-size: 16px;
}

(Alter to suite)

 

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

 

 

Thanks germ i really appreciate it...it worked...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...