Results 1 to 2 of 2

Need different link colors

This is a discussion on Need different link colors within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I want the link colors on the main page & in the infoboxes to be different colors. If I change ...

      
  1. #1
    New Member
    Join Date
    Sep 2004
    Posts
    5
    Rep Power
    0


    Default Need different link colors

    I want the link colors on the main page & in the infoboxes to be different colors. If I change stylesheet .css it changes both of them. How can I do this please?Fairly new to this ...so try & keep it simple PLEASE

  2. #2
    Member
    Join Date
    Aug 2004
    Posts
    41
    Rep Power
    0


    Default

    try to make another entry on the stylesheet.css, for example, infoboxes is blue make a new entry that is infoboxes1 which is color red, then change the class=infoboxes to class=infoboxes1 for all of the links you want to change.

    sample below

    on stylesheet.css, do this:

    Code:
    .infoBox {
      background: #b6b7cb;
    }
    
    .infoBox1 {
      background: #ffeeee;
    }
    then on the boxes where you want another color, change their class to infobox1

    Paul

Similar Threads

  1. how do i set a link active, if the link links to actual page
    By poschiman in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-03-2006, 05:10 PM
  2. Link Colors?
    By beernut in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-17-2004, 04:41 PM
  3. Link colors problem - newbie - pls help
    By pram0310 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 09-10-2004, 10:41 AM
  4. Old Question - Box Colors
    By simmonm in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 09-22-2003, 07:02 PM
  5. css link colors
    By AtroxAngel in forum osCommerce 2.2 Modification Help
    Replies: 12
    Last Post: 01-22-2003, 10:31 AM

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
  •