Portal Calendar widget Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Portal Calendar widget

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Portal Calendar widget

    Post by runawayhorses September 26th 2012, 7:34 pm

    On my forum I'm using the default Calendar widget in the Portal that forumotion provides and I would like to highlight the day of the month with a different font color. I need a CSS code that addresses the day of the month.

    This code below addresses the "days of the week" Monday, Tuesday, etc. But I need the code that addresses the day of the month for example today is the 26th. I would want the number 26 highlighted with a different font color or a box that goes around it, something that would highlight it.

    thanks, I'm using invision.

    This is the code that addresses the days of the week,
    Code:
    #calendar table.table1 tbody th{
        color: #333 !important;
        }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Portal Calendar widget

    Post by runawayhorses September 27th 2012, 1:35 am

    No, no need that worked perfectly, thanks!