Questions tagged [css]
55 questions
4
votes
3 answers
What is the optimal place to store CSS files?
I'm trying to figure out the best place to keep my one master CSS file in craft.
I had the CSS linked in my template as
link rel="stylesheet" href="../craft/css/master.css">
But now Blog entries can't get to it, as they are looking in…
kingkelly
- 337
- 2
- 8
2
votes
1 answer
Craft loading SCSS references rather than CSS
I am looking at a site at the moment which uses SASS to compile its CSS file. All styling references appear to be referencing the styling from the SCSS file, rather than the CSS file. Previously, all references pointed to main.css, but now points to…
Wychwood
- 23
- 2
1
vote
1 answer
How to make a quick css edit? and other high level questions from a new user
I am new to this cms platform. I have been asked to make a quick css edit to a website built on this platform.
#1 Do I make the css edit in the admin panel of the website , or is there another account that I need access to in order to make the…
ANewUser
- 11
- 1
1
vote
2 answers
Is there a way to use the includeCssFile tag to include a css file for print media?
{% includeCssFile %} can be used to add "regular" css files in the head tag. Is it possible to use this tag for print media?
Brian Bravo
- 23
- 2
1
vote
1 answer
Issues loading files from within css files
i just started using craft on a local domain and i have some issues.
my stylesheet(a few files) are loaded using html, and it works great for css and js files, but files requested from within the css…
Samuel E.
- 239
- 1
- 7
0
votes
1 answer
CSS doesn't load on the live server
As I put the CSS files on the public root folder of the live site, the CSS doesn't load on the live site.
Craft Novice
- 21
- 2