custom CSS. Unable to add via manage...

User 2889891 Photo


Registered User
42 posts

Good Morning All,

I am attempting to add some custom css to modify my ECWID buy buttons. I create a folder in RESOURCES, add the .css file and then go to MANAGE PROJECT, down to HEAD and click on ADD a local CSS or Javascript.

I find the .css file, click on it and Nothing. I cannot add the css to my project at all.

Am I missing something?

Please help...

Attached:
ecwid.css (the css I need to add)

Let me know if I need to add anything else? The CSS was created in the latest version of BRACKETS.
Attachments:
Two Coffee Snobs
Benjamin Davis
Developer | Consultant | Marketing

m: 0415 400 416
w: www.twocoffeesnobs.com.au
e: info@twocoffeesnobs.com.au
User 2699991 Photo


Registered User
5,558 posts

Tech-Xcellent wrote:
Good Morning All,

I am attempting to add some custom css to modify my ECWID buy buttons. I create a folder in RESOURCES, add the .css file and then go to MANAGE PROJECT, down to HEAD and click on ADD a local CSS or Javascript.

I find the .css file, click on it and Nothing. I cannot add the css to my project at all.

Am I missing something?

Please help...


Attached:
ecwid.css (the css I need to add)

Let me know if I need to add anything else? The CSS was created in the latest version of BRACKETS.


CC Gurus are aware of this and a fix is on the way
in the meanwhile you can add the link manually
STUCK ON SOMETHING?
Learning by doing. Responsive Site Designer Tutorials

User 2889891 Photo


Registered User
42 posts

Wayan Jaya wrote:
Tech-Xcellent wrote:
Good Morning All,

I am attempting to add some custom css to modify my ECWID buy buttons. I create a folder in RESOURCES, add the .css file and then go to MANAGE PROJECT, down to HEAD and click on ADD a local CSS or Javascript.

I find the .css file, click on it and Nothing. I cannot add the css to my project at all.

Am I missing something?

Please help...


Attached:
ecwid.css (the css I need to add)

Let me know if I need to add anything else? The CSS was created in the latest version of BRACKETS.


CC Gurus are aware of this and a fix is on the way
in the meanwhile you can add the link manually



Wayan Jaya,
I will admit, I have no idea how to link manually.

Do you know of any documentation?
Two Coffee Snobs
Benjamin Davis
Developer | Consultant | Marketing

m: 0415 400 416
w: www.twocoffeesnobs.com.au
e: info@twocoffeesnobs.com.au
User 2699991 Photo


Registered User
5,558 posts

Tech-Xcellent wrote:
Wayan Jaya wrote:
Tech-Xcellent wrote:
Good Morning All,

I am attempting to add some custom css to modify my ECWID buy buttons. I create a folder in RESOURCES, add the .css file and then go to MANAGE PROJECT, down to HEAD and click on ADD a local CSS or Javascript.

I find the .css file, click on it and Nothing. I cannot add the css to my project at all.

Am I missing something?

Please help...


Attached:
ecwid.css (the css I need to add)

Let me know if I need to add anything else? The CSS was created in the latest version of BRACKETS.


CC Gurus are aware of this and a fix is on the way
in the meanwhile you can add the link manually



Wayan Jaya,
I will admit, I have no idea how to link manually.

Do you know of any documentation?


only in my head:D
to put it in manually, you just type in a ref to the folder/file in your resources

so for instance

<link rel="stylesheet" href="./css/font-awesome-animation.css">

the ref points to
<,/ css (the path to the name of the folder in my resources
,)
/font-awesome-animation.css"> (being the file name in that folder)

so you would type in

<link rel="stylesheet" href=("the path & name of your folder in resources)/ecwid.css">
STUCK ON SOMETHING?
Learning by doing. Responsive Site Designer Tutorials

User 2699991 Photo


Registered User
5,558 posts

email me if you have problems
STUCK ON SOMETHING?
Learning by doing. Responsive Site Designer Tutorials


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.