• Resolved cevandermeij

    (@cevandermeij)


    The current WordPress blog I’m editing is https://gomeffect.nl.orion.dnstemplate.com/ The official theme is WPRemix which I bought and edited later.

    It looks great in IE but not in Firefox as it seems that Firefox does not use the css style sheet. If I use the original style sheet of the WPRemix theme, it works fine, but a minor change in the style sheet such as changing the Theme Name makes the website ugly in Firefox.

    I found this question fairly specific and could not find similar problems in other topics. Thanks for any support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • have you tried changing
    <style type="text/css" media="screen"> @import url( https://gomeffect.nl.orion.dnstemplate.com/wp-content/themes/Gom Nieuw/style.css );</style>
    to
    <link rel="stylesheet" type="text/css" title="Default Style" href="https://gomeffect.nl.orion.dnstemplate.com/wp-content/themes/Gom Nieuw/style.css" media="screen" />

    that might help, give it a try, if not, then maybe when you edited the style sheet you deleted the closing */ on the theme details by mistake or something like that?

    Thread Starter cevandermeij

    (@cevandermeij)

    Thanks! You just resolved my problem by changing the code (your first suggestion)!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Firefox does not seem to use css while IE does’ is closed to new replies.