• Resolved ventatto

    (@ventatto)


    Hi,

    Is it possible to change the size of the police in the event blocks. For example, I’d like the league displayed taller and the date displayed darker.

    Thanks for your help

    Tom

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

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

    (@savvasha)

    Hi @ventatto,

    You can change whatever you want using some CSS Code.

    Go to SportsPress -> Settings -> General -> Custom CSS and add the following code:

    .sp-event-blocks .sp-event-league {
    font-size: x-large;
    }
    .sp-template-event-blocks .sp-event-date a {
    color: black !important;
    }

    Thanks,
    Savvas

    Thread Starter ventatto

    (@ventatto)

    All right thanks for this ! And how to do it for the police of the date ?

    .sp-event-blocks .sp-event-time {
    font-size: x-small;
    }

    => doesn’t work…

    Thanks again

    Plugin Contributor Savvas

    (@savvasha)

    Hi @ventatto,

    You should use something like the following:

    h5.sp-event-results a {
        font-size: x-small;
    }

    Thanks,
    Savvas

    Thread Starter ventatto

    (@ventatto)

    Nice ! You’re great !

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the color and police of event blocks’ is closed to new replies.