• Hi,

    I created a child theme to update the font of the title and the color of the buttons. It works pretty well in safari and chrome but the css does not appear to be loading anymore in Firefox.
    Any advices would be welcome.

    Thank you,
    Stephane

Viewing 3 replies - 1 through 3 (of 3 total)
  • It would help us help you if you included a link to your website.

    Have you run your site through a css and html validator ? Significant differences between browsers are no longer common, BUT I have seen them reacting differently when there are minor errors in the code.

    Thread Starter sixtheye

    (@sixtheye)

    🙂 here it is: http://www.mlvdrone.fr

    Firebug does not raise any problem.

    Hey there,

    Could you please go edit your child theme style.css from:

    @import url(“../eighties/style.css");

    To:

    @import url("../eighties/style.css");

    Note the issue with the first quotation mark there.

    This should fix you up.

    Take care.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child theme broken in Firefox’ is closed to new replies.