Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS (‘stylesheet_url’) – Need help with variants

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39266
    calday100
    Member

    Hi
    I’m trying to convert a standard web template to be compatible with WordPress.. I realise I must change my stylesheet links within my index.html’s (index, index-1, index-2)

    I have 3 lines of stylesheet links that appear in each index page

    ex:



    I am changing them to this

    My question is what do I need to change to get the html to identify that there are 3 different kinds of .css file?

    Thanks

    #107535
    TheDoc
    Member

    While everyone has their own preference, I prefer to keep all of my styles in a single stylesheet (though I use SCSS to accomplish that for me and minimize it at the same time).

    You don’t need a single stylesheet for WordPress, though. You can simply do something like this:



    Remember that your style.css file must live in the root of your theme’s folder. In my example above, I’ve kept the css/ folder for your other two files.

    #107537
    calday100
    Member

    Cheers mate

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.