Changing the color of an event page

Options
Is there a way to change the color of an event classic header and text color or does that require css code? When I insert the event there is no option for CSS.
Tagged:

Comments

  • Hi April,


    No it has to be done in CSS. Been a long time since I've used classic but I think you will need to add these to stylesheet and alter # color to what you need.


    .EventProgressCell {

        color: #fff;

        background-color: #e4a024;

    }


    .EventProgressCellFuture {

        color: #fff;

        background-color: #004b8d;

    }


    Thanks

    Kerry

Categories