The CSS problem with version 1.7

  • Author
    Posts
  • #84766
    VRMLSITE
    Power User

    Hello:

    I’ve updated wordpress fluida theme to version 1.7, but it seems the CSS structure is not correct.

    When I see the source code of homepage, the CSS structure looks like this:

    <link rel=’stylesheet’ id=’fluida-main-css’ href=’http://webURL/wp-content/themes/fluida-nolink/style.css?ver=1.7.0&#8242; type=’text/css’ media=’all’ />

    ……

    <style id=’fluida-main-inline-css’ type=’text/css’>
    …a lot of inline CSS code…
    </style>

    ……

    <link rel=’stylesheet’ id=’fluida-parent-css’ href=’http://webURL/wp-content/themes/fluida/style.css?ver=5.2.2&#8242; type=’text/css’ media=’all’ />

    There are three CSS part:

    1. the style.css of fluida-nolink theme
    2. inline CSS code (I think these CSS code are generated by theme custom)
    3. the style.css of fluida theme itself

    I think the order is not correct. The style.css of fluida goes after with inline CSS code, thus the inline CSS effect is covered by the style.css of fluida theme. My website looks strange after update. And I think it is caused by this CSS problem.

    How can I fix this problem? Can I move inline CSS code under the style.css?

    Hope you can help me, thank you!

    Website: www.mariozelda.com

    #84856
    Zed
    Cryout Creations mastermind

    Check if you are using the latest version available of the NoLink child theme, otherwise update to the latest version to ensure full compatibility with the parent Fluida theme.

    You can always download the latest version of the child theme from your customer account.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘The CSS problem with version 1.7’ is closed to new replies.