-
AuthorPosts
-
April 8th, 2019 at 16:06 #76508
Hello
I add custom CSS (@import url(“https://******/***/nirvana.css”);)
to the misc settings.http://localhost/wordpress/wp-admin/themes.php?page=nirvana-page
but when I go on the post, the css file is not read.When I add for example:
p
{
color: blue;
}
to the misc settings http://localhost/wordpress/wp-admin/themes.php?page=nirvana-page,
when I go on the post, the css is OK.I think it’s ‘@import url…’ does not work.
Could you help me ?
Wordpress : 5.1.1
Nirvana : 1.5.1.1Valérie
April 13th, 2019 at 17:49 #76754ZedCryout Creations mastermindEnsure that the filename used in the CSS media import declaration is correct:
@import url("../nirvana/style.css");
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.April 26th, 2019 at 14:34 #77205Thank you for your response.
Here is what I put:
@import url (“http: //localhost/wordpress/wp-includes/css/test.css”);
I think it’s the right syntax, right?
The file test.css is :
p
{
color: blue;
}Thank you for your help ?
April 26th, 2019 at 15:30 #77209ZedCryout Creations mastermindIs the http: //localhost/wordpress/wp-includes/css/test.css URL correct (do you see the content of that file if you open it in the browser)?
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.April 26th, 2019 at 15:35 #77211yes , J see the content of the file in my browser.
-
AuthorPosts
The topic ‘problem css nirvana settings’ is closed to new replies.