osCmax v2.5 User Manual
Results 1 to 2 of 2

Help needed changing link color in info box header

This is a discussion on Help needed changing link color in info box header within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi I'm having trouble changing the link color for the Specials and New Products info boxes. I have tried changing ...

      
  1. #1
    Lurker
    Join Date
    Oct 2003
    Posts
    1
    Rep Power
    0


    Default Help needed changing link color in info box header

    Hi
    I'm having trouble changing the link color for the Specials and New Products info boxes. I have tried changing it in the stylesheet by doing A.infoBoxHeading : { color etc. but that hasn't worked. It may be the class is not recognized by those boxes. Anyway I'm going in circles on where to make a change that will do it.
    Thanks for any suggestions.
    Jeff

  2. #2
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    9


    Default

    link color for text in info boxes including specials is defined in stylesheet.css from lines 27-35 as follows. A working example is at www.offshore-haven.com as used below.

    A {
    color: #CC3300;
    text-decoration: none;
    }

    A:hover {
    color: #CC3300;
    text-decoration: underline;
    }



    Cliff

Similar Threads

  1. Changing Background Color of Header
    By knowgangs in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 07-12-2005, 11:32 AM
  2. Link color
    By cewncew in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 01-12-2005, 12:57 PM
  3. Changing the layout..hELP Needed!!
    By kellycog in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 06-29-2004, 05:33 PM
  4. font color in new products info box header?
    By Kristine in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 02-16-2004, 11:01 AM
  5. Changing Product Info Font Color
    By JaaMor in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 11-11-2003, 05:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •