Fashe template questions

Hello, I had some specific questions regarding the Fashe template:

  1. How can I assign an action to the remove cart overlay, the big cross that is shown when you hover over items on the cart page, or in the cart in the navbar from any page? I am a developer and have the site hooked into to a real shopping cart using django and all is working well, but I have not found how to assign an action so clicking the ‘X’ does anything.

  2. Where is teh relevant CSS that sets the color for the ‘loading dot’ for each page? Before any page loads there is a red blinking dot in the center of the screen, and I would like to change this to green. Also the mouseover color for buttons and highlighted links.

Thanks!

Hello,

I hope you are doing well today.

In this case, you would need to enlist the aid of a third party developer, one of which you can find here:
https://colorlib.com/out/envatostudio

Best Regards,
Support

Hi, I’m sorry but that is not an adequate answer.

I am a developer, and have developed a full ecommerce application with full shopping cart functionality, credit card payments, etc.

This template should have some documentation detail where styles and actions are configured. Failing that, someone should be able to answer on this support forum.

I’m not asking how to implement functionality, I’m asking where the X is defined in the template so I can assign an action to it.

Hey there

i will give you short answers since you re a developer :wink:

  1. cart hover - you don’t need to create an action for this when its possible to restyle only with css
  2. Use inspect element tool of your browser to identify files where css rules are stored,

Hello. I want to add a Custom HTML section to my Homepage. Can anyone tell me how can i do it? I need to add “Rich Text” section or a “Custom HTML” section.

Hello. I want to add a Custom HTML section to my Homepage. Can anyone tell me how can i do it? I need to add “Rich Text” section or a “Custom HTML” section

Good morning

mrmach sorry but this will definitely require customization of the template because there is no default way to make such changes :frowning:

Help!

I am having a problem with the Fashe Cart page remove button. It doesnt function and just links to checkout page.

How do I fix this?

Good morning

@cheapstraws can i see this problem? please provide a link to your website

Thanks for the quick reply.

https://cheapstraws.com/cart

just add something to the cart and try to remove it with the button. Thanks again!

Hello,

I hope you are doing well today.

Has the remove button always been like this or was this a recent issue?

Best Regards,
Support

I downloaded the template from your site last week and have customized it to my site this week. Only making it live in the last 3 days.

Can you look into my backend shopify code to see if there is something wrong with it, or at least point me in the correct direction with where I can check the code myself?

Good morning

you can use this CSS to delete “remove” word from the cart page:

.checkout-cart table.table-shopping-cart .remove {
display: none;
}

Ok Great. But how would a customer remove an item from their cart then?

Can you provide something I can add in it’s place?

Can you provide something I can add in it’s place?

Good morning

“But how would a customer remove an item from their cart then?” - I don’t understand you :slight_smile: you should think about before asking the question to remove it :slight_smile: this is the only option to remove the product, now you have the option to remove or you can leave it as is,

You can use this addon to save your custom css:

So i cannot get the button working the way it should and you have no solution? Please help me, i like this template.

I will try your solution. Maybe i am missunderstanding