• Resolved richopenshaw

    (@richopenshaw)


    Hi I’m looking for simple CSS code (if it exists!) to change the appearance of event blocks. Specifically, I would like to change the colour of the league name (probably to white) and reduce the overall height of the block, either by reducing padding and/or placing the league name and venue adjacent to each other on the bottom line. I hope that makes sense.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi there @richopenshaw ,

    Please try to add the following custom css code at SportsPress->Settings->General->Custom CSS:

    .sp-event-blocks .sp-event-league {
        color: white !important;
    }
    .fixtures-table table tr {
        padding-bottom: 20px;
    }

    To move Venue next to League, you will need to edit event-blocks.php template file as described here.

    Thanks,
    Savvas

    Thread Starter richopenshaw

    (@richopenshaw)

    Perfect, thank you.

    Plugin Contributor Savvas

    (@savvasha)

    Great! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change appearance of event blocks’ is closed to new replies.