• Hey guys,

    Please could you advise me how to remove the team’s name from the league table and show only the logo?

    I’ve amended some of the settings but can’t for the life of me work out how to remove it, and if for that matter if it is possible lol.

    Thanks!

    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!

    I’m getting a page not found error for your site.

    It’s likely that this isn’t possible, as you are using a custom theme. But I’d like to give it a try anyway.

    Thanks!

    Thread Starter PESOnline

    (@pesonline)

    Sorry

    We amended it; I forgot to update here.

    The new link is https://www.pesonline.co.uk/pes2018wc

    Cheers

    Roch

    (@rochesterj)

    Hi!

    Thanks for your reply.

    As I suspected we can’t remove the text. But we can hide it via CSS. Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    body .widget_sportspress-league-table .team-logo {
    	position: absolute;
    }
    body .widget_sportspress-league-table .data-name.has-logo a {
    	color: rgba(0,0,0,0) !important;
    	display: block;
    	max-width: 35px;
    	height: 27px;
    }
    

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘League Table Logo’s Only’ is closed to new replies.