Results 1 to 8 of 8

Thread: Overriding styles in different stylesheets

  1. #1
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Overriding styles in different stylesheets

    Hi,
    I am using QuickShoppingCart from Godaddy. They have space where you can override there css styles. Within my cart section there is 4 stylesheets. Is there a way to talk to a specific stylesheet?
    For example:
    There's a #menu btn in styles1.css and styles2.css.
    Is there a way I can override #menu btn in styles2.css but not styles1.css???
    Also I don't have access to their html code. So it's only in css!
    Any thought?
    I hope I am not confusing!!!

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    can I see a link to the page in question? Along with maybe a list of the items you want to be able to change?
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  3. #3
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    site
    click on a shirt, and you will come to the cart that is in question.
    In firebug you will see up to 4 different style sheets.
    One thing I want to change, are the buttons for the sizes, etc.
    The other big problem is in IE7 pc...the alignment/float is way off...I can not fix this for the life of me...
    that style I believe is #expander.

    Thanks

  4. #4
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    gimme a few minutes to take a shower and I'll get back to you, ok?
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  5. #5
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Try adding this into your custom CSS area or whatever it is:

    Code:
    table.product-options-table select{
    background:#060606;
    font-family:verdana;
    color:#606060;
    border:1px;
    border-style:solid;
    }
    table.product-options-table input{
    background:#060606;
    font-family:verdana;
    color:#606060;
    }
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  6. #6
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Smile

    Also, if you want your images of your products to blend nicely with the page, since they are on a black background you may want to change the color of your "Wrapper2" background. It's currently set to #060606. Not much difference, but you can tell that it's a different color than the background of the images.

    Change This:

    Code:
    #wrapper2 {
    background-color:#060606;
    }
    To This:
    Code:
    #wrapper2 {
    background-color:#000000 !important;
    }

    Good luck, hope this all helped!
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  7. #7
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Did that help?
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  8. #8
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    I made the bg transparent. The alignment is still off. I believe it is the #expander, but the styles I try to put in to override it, don't work.
    Thanks for your help. I am going to plug at it more tomorrow.
    peace

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
  •