• Resolved wafadul

    (@wafadul)


    Is there a way to hide the ‘League’ and ‘Season’ (Conference) column from the Details in Events?

    Thanks.

    • This topic was modified 5 years, 11 months ago by wafadul.
    • This topic was modified 5 years, 11 months ago by wafadul.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there!

    Do you want to do this for just that table or all event list tables? or Only event lists in team pages?

    Thanks!

    Thread Starter wafadul

    (@wafadul)

    hi! thanks for the reply. actually want to apply it to all event list tables – for mobile devices since it doesn’t look good. but if not, then hide the 2 columns for all devices.

    Hi there!

    Thanks for your reply.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    @media only screen and (max-width: 780px) {
    .single-sp_event .sp-event-details tr :nth-child(3), .single-sp_event .sp-event-details tr :nth-child(4) {
    	display: none;
    }
    }

    Thanks!

    Thread Starter wafadul

    (@wafadul)

    It worked, thank you so much! 🙂

    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 ‘Hide League and Season from Details’ is closed to new replies.