-
AuthorPosts
-
July 25th, 2019 at 15:24 #84766VRMLSITEPower 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′ 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′ 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 itselfI 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
July 28th, 2019 at 19:22 #84856ZedCryout Creations mastermindCheck 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. -
AuthorPosts
The topic ‘The CSS problem with version 1.7’ is closed to new replies.