Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    42
    Plugin Contributions
    0

    Default Calling all css gurus, HELP! (please)

    Sorry for posting this multiple times, but I seem to have the only post that nobody will respond to so I am hopping a different title will get somebody interested.

    Is the question to obscure or difficult or something? I am definetly a newbie to all of this, so if I am doing something wrong in this forum or asking the question wrong, or anything else, somebody please let me know.

    Here is my question again, any suggestions are greatly appreciated:

    How can I change the Shopping Cart side box heading to be a different color from the Categories sidebox heading? This is probably pretty basic I realize, but I can't seem to fgure it out.

    This is formatting the heading color:

    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    color: #666600;
    }

    And I was able to add this to change from bold to normal, I also want the color to be different but this isn't affecting the color and I can't figure out what is overiding it:

    #shoppingcartHeading {
    font-weight: normal;
    color: #660000;
    }

    I also want to change the background color and border of just the Shopping Cart sidebox.

    Site: blackbirdandcompany.com


    Any help will be greatly appreciated.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Calling all css gurus, HELP! (please)

    change your declaration as follows:

    h3#shoppingcartHeading a {
    font-weight: normal;
    color: #ff0000;
    }

  3. #3
    Join Date
    Dec 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Calling all css gurus, HELP! (please)

    That was easy.

    Thanks very much!!

 

 

Similar Threads

  1. Replies: 2
    Last Post: 24 Nov 2012, 02:48 PM
  2. Replies: 8
    Last Post: 26 Apr 2007, 05:14 AM
  3. to all you gurus out there
    By amassere in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Jun 2006, 04:54 PM

Posting Permissions

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