Why can't I see the main.css style sheet?

Support center says the main.css is in the Assets folder, but I dont see it in mine. Is acessessing the mian style sheet a premium option? 

Image of my Assests folder

4,173 Views
Message 1 of 10
Report
9 REPLIES 9

Hello! I'm no coder myself, but accessing the style sheet there wouldn't be a premium option, no. You should have access to it there. What theme are you using currently?

4,165 Views
Message 2 of 10
Report

I can't find my main.css file either. When I inspect the website using Firefox I can see there are errors in the main.css but I don't have access to it. This is frustrating.

4,152 Views
Message 3 of 10
Report
Square

In some themes you'll see a file called "main.less" instead of main-style.css. That should contain the styles you're looking for.

4,149 Views
Message 4 of 10
Report

I found the main.less sheet but it doesn't look familiar like a main-style.css. It has the below:

@import '_resets';
@import '_fonts';

@import '_global';
@import '_nav';
@import '_page-types';
@import '_ui-kit';
@import '_commerce';
@import '_blog';
@import '_responsive';

I'm not sure where to add html that will link to a font I've uploaded. Any suggestions?

4,130 Views
Message 5 of 10
Report
Square

You can add regular CSS to that file underneath the imports.  You'll see all of those import files listed as separate .less files.

4,128 Views
Message 6 of 10
Report

Why is it .less tho. Why can't you just make it easier and just call it .css

wtf is .less?????? 

and why is it only importing random things not related to my main.css??????????????????????????

4,119 Views
Message 7 of 10
Report
Square

CSS for your live site is built from .less files, and the files that it's importing should contain CSS code you can edit. They should be listed with other files with your theme. Less has some benefits that provide advantages over using CSS, and you can read more about that here:

https://en.wikipedia.org/wiki/Less_(stylesheet_language)

4,117 Views
Message 8 of 10
Report

Hi,

I have the same problem. I want to change the colour of the navigation bar but don't know where to go from here. In other websites I have done I have just entered the code under main.less but it won't work with this @import 

2,022 Views
Message 11 of 10
Report

There should be some other less files included with the theme (they are all the files that are imported into mail.less). I can't remember off the top of my head which one has navigation code in it - I think it might be global.less or something like that.

2,021 Views
Message 11 of 10
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.