• Resolved Eligor

    (@eligor)


    Hi ThemeBoy!

    First, Im sorry for my bad english, im live in Hungary πŸ™‚
    This plugin is very great and easy to use, max respect for it πŸ™‚
    I have some question:
    -How can I change border color of widget table?
    -How can I delete “Pos” column from widget? Because I have uploaded team logo but logos cover the position number. Logo is 24*24px ico format picture.
    Thank you

    https://wordpress.org/plugins/sportspress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeBoy

    (@themeboy)

    Hi there,

    Thanks for your question. I’m glad you like the plugin!

    You can add this code to SportsPress > Settings > Custom CSS to change the color of league table borders:

    .sp-league-table,
    .sp-league-table th,
    .sp-league-table td { border-color: #00a69c; }

    To change it for widgets only:

    .widget .sp-league-table,
    .widget .sp-league-table th,
    .widget .sp-league-table td { border-color: #00a69c; }

    (Change #0069ac to your color).

    And to hide the “Pos” column:

    .sp-league-table .data-rank { display: none; }

    Hope this helps!

    Thread Starter Eligor

    (@eligor)

    Thank you very much, it works perfectly!

    Wish yout to best πŸ™‚

    Plugin Author ThemeBoy

    (@themeboy)

    Glad I could help πŸ™‚

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

The topic ‘Widget questions’ is closed to new replies.