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,391 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
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS


A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/
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,391 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">
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS


A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/
User 2699991 Photo


Registered User
5,391 posts

email me if you have problems
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS


A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/

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.