problem css nirvana settings

  • Author
    Posts
  • #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.1

    Valérie

    #76754
    Zed
    Cryout Creations mastermind

    Ensure 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.
    #77205

    Thank 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 ?

    #77209
    Zed
    Cryout Creations mastermind

    Is 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.
    #77211

    yes , J see the content of the file in my browser.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘problem css nirvana settings’ is closed to new replies.