FSS Posted February 7, 2009 Share Posted February 7, 2009 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 Quote Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 7, 2009 Share Posted February 7, 2009 why 4 posts for the same thing? :huh: Quote Link to comment Share on other sites More sharing options...
FSS Posted February 7, 2009 Author Share Posted February 7, 2009 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 Quote Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 7, 2009 Share Posted February 7, 2009 have you got a link Quote Link to comment Share on other sites More sharing options...
FSS Posted February 7, 2009 Author Share Posted February 7, 2009 have you got a link sure...http://firststopsecurity.com/store/index.php?cPath=25 category and subcategory names used to be dark red. thank you. Quote Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 7, 2009 Share Posted February 7, 2009 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 Quote Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 7, 2009 Share Posted February 7, 2009 (edited) 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 February 7, 2009 by airbrushmaster Quote Link to comment Share on other sites More sharing options...
FSS Posted February 7, 2009 Author Share Posted February 7, 2009 (edited) 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 February 7, 2009 by FSS Quote Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 7, 2009 Share Posted February 7, 2009 hi have a look in here see if its there catalog/includes/languages/english/index.php Quote Link to comment Share on other sites More sharing options...
Guest Posted February 7, 2009 Share Posted February 7, 2009 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 Quote Link to comment Share on other sites More sharing options...
FSS Posted February 8, 2009 Author Share Posted February 8, 2009 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.