Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Question about header tags SEO


FSS

Recommended Posts

After installing header tags contrib i cannot for the life of me get the color of the category header and sub cat header in the center of the page to change from black, back to a specific color. It's like the h1 and h2 code downloaded in stylesheet.css has no effect. Am i looking in the wrong place? Just learning and it's allot to gobble up, but i think this is probably the most important contrib i have installed. thanks

sincerely,

mark

Link to comment
Share on other sites

why 4 posts for the same thing? :huh:

 

My browser was locking up every time i tried to send it. took me three times before i shut down and tried again later. so what say ye mr. air? any ideas to my question?

sincerely,

mark

Link to comment
Share on other sites

BURGLAR ALARM <code for this below in stylesheet.css

 

a.categorie_top_on (line 325)

{

font-weight: bold;

font-size: 14px;

color: #8b0000;

text-decoration: none;

}

 

 

 

 

 

 

Hardwire Alarm <------ code for all this below in stylesheet.css

 

 

a.categorie_on (line 339)

{

font-weight: bold;

font-size: 12px;

color: #daa520;

text-decoration: none;

}

 

 

Wireless Alarm <and code below for all this

Dialers & Cellular

Relays & Timers

Power supplies

Horns & Strobes

Signs/Warning Decals

 

a.categorie (line 332)

{

font-weight: bold;

font-size: 12px;

color: #778899;

text-decoration: none;

}

Edited by airbrushmaster
Link to comment
Share on other sites

is it this text you want to change the colour of

 

BURGLAR ALARM

Hardwire Alarm

Wireless Alarm

Dialers & Cellular

Relays & Timers

Power supplies

Horns & Strobes

Signs/Warning Decals

 

no...i want to change the burglar alarm that is black now, in the center of page. Sorry, that was very unclear.

Edited by FSS
Link to comment
Share on other sites

Should be in your style sheet (catalog/stylesheet.css)

/*** Begin Header Tags SEO ***/

h1 {

font-family: Verdana, Arial, sans-serif;

font-size: 20px;

font-weight: bold;

margin-bottom: 0;

padding-bottom: 0;

color: #000;

}

h2 {

font-family: Verdana, Arial, sans-serif;

font-size: 14px;

font-weight: normal;

margin-bottom: 0;

padding-bottom: 0;

color: #000;

}

/*** End Header Tags SEO ***/

 

Mine will be slightly different.

 

Scott

Link to comment
Share on other sites

Should be in your style sheet (catalog/stylesheet.css)

/*** Begin Header Tags SEO ***/

h1 {

font-family: Verdana, Arial, sans-serif;

font-size: 20px;

font-weight: bold;

margin-bottom: 0;

padding-bottom: 0;

color: #000;

}

h2 {

font-family: Verdana, Arial, sans-serif;

font-size: 14px;

font-weight: normal;

margin-bottom: 0;

padding-bottom: 0;

color: #000;

}

/*** End Header Tags SEO ***/

 

Mine will be slightly different.

 

Scott

Thanks Scott. This is what I thought, but i make changes to this and nothing happens. I'm thinking i missed some code somewhere that links category headers back to this?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...