• Hi,

    I am hoping to hide the dates in my event list widgets as the widgets are updated on the home page each day to that day’s fixtures.

    Thanks for the help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out!

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

    .home .sidebar-content table tr td:nth-child(1), .home .sidebar-content table tr th:nth-child(1) {
    	display: none;
    }

    Kind Regards,
    -Roch

    Thread Starter jonbfc

    (@jonbfc)

    Perfect!
    Thanks, Roch!

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide date from Event List Widgets’ is closed to new replies.