Questions tagged [bigcartel]

Big Cartel is a simple shopping cart for clothing designers, bands, record labels, jewelry makers, crafters, and other artists.

Big Cartel is a simple shopping cart for clothing designers, bands, record labels, jewelry makers, crafters, and other artists.

Guidelines

Use the bigcartel tag for questions related customizing a Big Cartel store, building a theme, or working with the Big Cartel API. For general questions (managing a store, billing, etc) please contact the Big Cartel support team at http://bigcartel.com/contact

Helpful links

Custom Theme Help
Big Cartel API

218 questions
1
vote
0 answers

How can I edit the slideshow size in BigCartel (Luna theme)?

I am currently using the 'Luna Theme' on Big Cartel and cannot find a way to edit the size of the slideshow. There doesn't seem to be any button to customise but I'm wondering if perhaps there is a way to do it in the code? I don't know any code so…
1
vote
1 answer

Change characters to uppercase on Big Cartel header/footer navigation

I am trying to change all header and footer navigation in my big cartel store to fully uppercase. Ones I have added myself are fine however the existing "Collections", "Home" & "Contact" options need to be changed. How would I do this? The theme is…
Pristine
  • 11
  • 1
1
vote
1 answer

Bigcartel, Neat theme, removing grid on the slider

I know this has already been asked, but it was asked two years ago. I tried to add the code that was told to be put in at the end of my CSS. This no longer works as of right now. Im desperate for any help right now. Everything is finished but this…
1
vote
0 answers

How to change cart location on mobile?

I'm using the foundry theme. On desktop the cart is in the top right hand corner on every page, even when you scroll. On mobile the cart is at the very bottom of the page, and many people have had trouble finding it. Is there any way I can put the…
Bgmagic18
  • 11
  • 2
1
vote
0 answers

Product secondary picture linked to the product option on Big Cartel / Luna Template

I am wondering whether there is on option to display secondary picture when relevant option is chosen. For the reference this is the product: https://www.evascentemporium.com/product/black-coconut-scented-wax-melts I would like second image to show…
Asia Cz.
  • 11
  • 1
1
vote
1 answer

Using Big Cartel E-commerce / Shop: Require 1 item from specific product category to checkout

I'm creating a Big Cartel shop. I need customers to add a product from a specific category to there cart to be able to checkout. In my case this is a delivery time as a product. I have these set up as products in a category called 'time' (there are…
pinkp
  • 445
  • 2
  • 12
  • 30
1
vote
2 answers

How do I change the font style?

I wanted to change the all the fonts of my shop. I have found that this code helps me to change it. Where do i need to implement it? Do I need to changed other strings of code to make it work? @font-face { font-family: GothamBlack; src:…
Alex Z
  • 21
  • 5
1
vote
2 answers

Big Cartel - Add a description text in each of my categories

I have a problem that I cannot solve on my BigCartel site for several weeks. I would like to add a descriptive text for each of my categories. There is currently no block of text where I could enter a description in the page under the name of my…
Jo666888
  • 11
  • 1
1
vote
2 answers

Hide price in Bigcartel?

I'm trying to hide the price of certain products on my bigcartel site, as well at the "coming soon" text. I'm using the Sidecar theme. I tried using code someone posted here several years ago for this, but nothing has worked. Can anyone help me? …
1
vote
0 answers

How can a use a custom cursor on my BigCartel shop?

I'm trying to put a different cursor on my Big Cartel site but have never done anything with CSS. This is the best I could do by googling it and it's not working- any help is appreciated! .module { cursor:…
Aisaleen
  • 11
  • 2
1
vote
1 answer

Stop scrolling header image on Big Cartel website

I am currently working on customising my Big Cartel website and I've ran into the issue of the header image that scrolls with the page when using the Parade theme. This is okay for my main shop page but for my Lookbook page, it is covering my…
1
vote
1 answer

How can I remove the shadow that’s included on product images? BIG CARTEL

I am using the Luna theme on big cartel, but when viewing on a mobile device the products become difficult to see due to the box shadow. I came across a help page from big cartel that suggested copying a code into the CSS but this did not change it.…
1
vote
0 answers

Big Cartel: Method to remove a country from the shipping dropdown menu?

First post here, so let me know if I have omitted anything that's needed! I'm trying to figure out a method to remove a country from the dropdown menu that is available on the cart page on our Big Cartel store, used for selecting the country of…
Neal
  • 11
  • 2
1
vote
0 answers

BigCartel add Products via External Website

i used to add products from my website to bigcartel via a standard html link and url parameters: (i.e. http://poleit.bigcartel.com/cart?cart%5Badd%5D%5Bid%5D=88038046) since bigcartel themself are just sending a POST to the cart including the values…
Doml The-Bread
  • 1,761
  • 1
  • 11
  • 17
1
vote
2 answers

Would like to create a Big Cartel products page that contains specific categories

I am currently creating a custom page on my Big Cartel site. On this page I would like to show a list of products from specific categories (ie: Shirts, Jackets and Jeans). The current code I have is: {% for product in products %} {% if…
1
2
3
14 15