Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author landoweb

    (@landoweb)

    I do not think they are blurry. Are only with rounded borders, but if you want to solve this, you can access Admin >> Plugins >> Editor, select the plugin World Cup Predictor, look at world-cup-predictor/css/style.css file and locate the inside following excerpt:

    .wcup_flag {
    border:1px solid gray;
    }

    Change it to:

    .wcup_flag {
    border:1px solid gray;
    border-radius: 0 !important;
    box-shadow: none !important;
    }

    This will override the rule used on line 358 of the style.css file of your theme.

    Thread Starter Chris Andersen

    (@chris1)

    They were blurry… got answer from WP and changed my style.css in the child.
    No problems with your plugin… it works perfectly. Thanks anyway ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flags are blurry’ is closed to new replies.