bigcartel

Can I upload a custom font to big cartel

核能气质少年 提交于 2019-12-02 09:57:02
问题 I have a certain font which I use on my business cards and for the sake of consistency I would like to use them on my site. I am not finding a way to upload the font and cannot find it in the customization menus. Help would be greatly appreciated! 回答1: Yes you can upload a custom font using the @fontface feature in CSS, but you'll need to have access to a server to store and upload it from. I used the Luna theme and this worked like a charm: Insert this code into your CSS file and replace the

Can I upload a custom font to big cartel

。_饼干妹妹 提交于 2019-12-02 04:34:45
I have a certain font which I use on my business cards and for the sake of consistency I would like to use them on my site. I am not finding a way to upload the font and cannot find it in the customization menus. Help would be greatly appreciated! Yes you can upload a custom font using the @fontface feature in CSS, but you'll need to have access to a server to store and upload it from. I used the Luna theme and this worked like a charm: Insert this code into your CSS file and replace the URL with the proper location of your font: @font-face { font-family: CustomFontName; src: url(http:/

Override JS function from another file

二次信任 提交于 2019-11-30 14:16:46
Im trying to override a JS function from Bigcartel. I have no access to the JS file. The original is: updateCart: function(cart) { $('aside .cart .count, .main header .cart').htmlHighlight(cart.item_count); return $('aside .cart .total').htmlHighlight(Format.money(cart.total, true, true)); }, And i am trying to change it to this: updateCart: function(cart) { $('aside .cart .count, .sml .cart, .big .cart .count').htmlHighlight(cart.item_count); return $('aside .cart .total').htmlHighlight(Format.money(cart.total, true, true)); }, I am aware that others have asked similar questions, but i am a

Override JS function from another file

余生颓废 提交于 2019-11-29 19:59:48
问题 Im trying to override a JS function from Bigcartel. I have no access to the JS file. The original is: updateCart: function(cart) { $('aside .cart .count, .main header .cart').htmlHighlight(cart.item_count); return $('aside .cart .total').htmlHighlight(Format.money(cart.total, true, true)); }, And i am trying to change it to this: updateCart: function(cart) { $('aside .cart .count, .sml .cart, .big .cart .count').htmlHighlight(cart.item_count); return $('aside .cart .total').htmlHighlight

Can I integrate an Internal zoom on my products in my big cartel store?

眉间皱痕 提交于 2019-11-29 13:08:46
I've got a platinium plan in Big Cartel. I'm happy with the design of the site but would like to integrate an internal zoom on each product when mouse rolls over the product. I've found Wordpress options but I was wondering if it's possible in Big Cartel and what was the process to follow? Since you have a store on the Platinum plan that allows for code editing, you have quite a few options here. Most of the default Big Cartel themes have jQuery included so finding a plugin that uses jQuery would probably be your best bet. Here's one example of a plugin: http://www.elevateweb.co.uk/image-zoom