Announcement

Collapse
No announcement yet.

Checkout text box border

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Indeed John - good spot!

    Code:
    table.checkout th {
    background-color: #eaedf2;
    font-size: 13px;
    font-weight: bold;
    color: #c2c8da;
    text-align: left;
    padding: 5px 2px;
    border-bottom: solid 3px #fff;
    }
    change (or add) color: #c2c8da; to color: #00004D; - Might need #00004D!Important;
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment

    Working...
    X