• Resolved DrLightman

    (@drlightman)


    Hello, the font of the whole dashboard – and maybe other classes – get skrewed while browsing the plugin’s managing page. Couldn’t you target only your stuff with the plugin’s styles?

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello,
    this issue is not happen with us and with most clients, could you please contact our support team at [email protected] and they will fix this for you

    Thread Starter DrLightman

    (@drlightman)

    Maybe you don’t look closely enough. If you take a closer look to your plugin’s style.css:

    /seo-redirection-premium/cf/css/style.css

    You can see the rules that override properties in the whole html doc, such as:

    body { background-color: transparent; font-family: “Open Sans”,sans-serif; font-size: 13px; }

    ^ this will change the whole font family to “Open Sans”, sans-serif overriding the WP defaults of “-apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,Oxygen-Sans,Ubuntu,Cantarell,”Helvetica Neue”,sans-serif;” in my wp 4.6.11

    unfortunately most of classes in your style are generic or single classes that may conflict with other styles because doesn’t targtet your elements only exactly by being more specific, such as:

    .seo-redirection .mytable …
    .seo-redirection .myform …
    et cetera

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘dashboard style messed when browsing seo redirection’ is closed to new replies.