Weekend Day Formatting

Home Forums Calendar Products Events Calendar PRO Weekend Day Formatting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #972790
    John
    Participant

    Hi – I’m wondering if there is a way to not format the weekend days different than the weekday days.

    The site is http://liverpoollegends.com/new/upcoming-shows/2015-07/

    The weekends have a different background and the font is uppercase. Is there a way to keep them consistent?

    #972844
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    We do not have css to change the style of Weekend Events.

    It looks like it is coming from your theme with these two selectors:

    .event-details h3 {
    display: block;
    text-align: center;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 17px;
    }

    .event-details table tr td:last-child a:hover {
    background: #ef4135;
    color: #fff;
    }

    Changing those in your theme should fix the issue.

    Cheers

    #972846
    John
    Participant

    Thanks – that did the trick. I should have realized it was simply CSS…

    #972880
    Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Weekend Day Formatting’ is closed to new replies.