Table Background colour help

  • dbphoto1981

    #7593

    Hi, This is the page I am working on: http://www.casadameixas.com/

    I would like the table I have inserted to be the same colour as the page #ffffcc can anyone help me with the code for this? Thanks 🙂

    Anonymous

    #38704

    Which page has the table?

    Anonymous

    #38705

    Under “Availability/Prices” page?

    For free days:

    .sbc-calendar-wrapper .sbc-status-free {
    background-color: #FFFFCC !important;
    }

    For month background:

    .sbc-calendar-month {
    background-color:#FFFFCC !important;
    }

    Use Firebug extension or source code to find out what’s where…

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.