• How can i set the background for the prediction ?

    I need it to be black or transparent. And if I could select just the shield and not have the text with the team name appear underneath, that would be amazing.

    https://ibb.co/YWMvfqW

Viewing 1 replies (of 1 total)
  • Plugin Author AntoineH

    (@antoineh)

    Both can only be done by adding CSS to overwrite the current styling. Right-click the element that you want to change in the browser and choose “Inspect element” (or similar option that your browser supports). In the developer tools that open, you should be able to play around with the background color until it is the result that you want. Then copy that line to your “Addtional CSS” field under your Appearance options in the WP admin.

    Hiding the team name can also be done via this technique. Find the element and add a display: none; style to it.

Viewing 1 replies (of 1 total)

The topic ‘Background prediction’ is closed to new replies.