• Resolved rondodou

    (@rondodou)


    I was not sure if I better post here or on the ideaboard so my apologies if it’s not the right place.

    I would like to make some small aesthetic changes et sadly I don’t have the skills to do it by myself. So i’d like to know if you could tell me how to do it or put them in an update, but I would totally understand if you don’t have the time to do this.

    The changes are :
    – The possibility to choose the format of team name in calendar (for now it’s the short name) and countdown (for now it’s the whole name).
    – Get rid of the position column in the standing (I would like to use it just to show the results of one team)
    – In the widget calendar, it would be nice to have the option to choose a different color for the actual day, I think that just bold font is not very clear.

    Sorry again if it’s not the right place or if it’s too much to ask just for me !

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

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

    (@savvasha)

    Hi @rondodou,

    For choosing the format of the team name it would some custom code which is beyond this forum’s support scope. You can share that to our Ideaboard for further discussion.

    To get rid of the position column please use the following CSS Code at SportsPress->Settings->General->Custom CSS:

    th.data-rank, td.data-rank {
        display: none;
    }

    To change the color of current day use the following CSS Code:

    .sp-highlight, .sp-calendar td#today {
        background: green !important;
    }

    You can change the color to what you prefer.

    Thanks,
    Savvas

    Thread Starter rondodou

    (@rondodou)

    Thank you very much for your codes, it works perfectly fine !

    Plugin Contributor Savvas

    (@savvasha)

    I am glad it worked for you! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some aesthetic changes’ is closed to new replies.