Author: Rawi Rai
-
BigCommerce vs Shopify, bigcommerce better then shopify.
One of the main advantages of BigCommerce is its native multi-channel selling capabilities, which allow businesses to easily sell their products on multiple channels such as Amazon, eBay, and Facebook, without the need for third-party apps or integrations. This can save businesses time and money, and help them reach a wider audience. BigCommerce also…
-
bigcommerce clear cart addons
[siteorigin_widget class=”SiteOrigin_Widget_Image_Widget”][/siteorigin_widget] Clear all cart add-ons that can be added to bigcommerce store’s website to provide customers with the ability to clear all items from their shopping cart with just one click. These add-ons can be helpful for customers who have added several items to their cart but decide to remove them all at once…
-
bigcommerce page builder – 2 column layout for mobile
follow a quick video with the below code. <style> .column { float: left; width: 50%; padding: 10px; height: auto; } .column img { width:100%; } </style> <div class="row"> <div class="column"> <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> <div class="column"> <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> <div class="column"> <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> <div class="column"> <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> </div>
-
bigcommerce cornerstone theme bigger logo on mobile device
copy and paste below CSS at Site Verification Tags or Visual Website Optimizer a quick video guide for custom CSS for dummies Your browser does not support the video tag. [siteorigin_widget class=”WP_Widget_Custom_HTML”][/siteorigin_widget]
-
same line category and top navigation include cart – bigcommerce cornerstone theme
Paste the below CSS at theme.scss last line. [siteorigin_widget class=”WP_Widget_Custom_HTML”][/siteorigin_widget]
-
Bigcommerce add trust safe checkout badges to my cart page
quick video guide to add trust safe checkout badges to my cart page at Bigcommerce theme .trust-badges { float: right; clear: both; padding-top: 20px; } https://www.youtube.com/watch?v=74V8Pff9qiE
-
bigcommerce cornerstone theme: Removing padding around the logo in the header
Quick video guide Cornerstone: Removing padding around the logo in the header. <style> .header-logo { margin: 1rem auto 1rem; } </style>
-
bigcommerce stencil visible bulk pricing table
https://support.bigcommerce.com/s/question/0D74O000007TxoG/detail?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1617723988677&fromEmail=1&s1ext=0 bigcommerce removed footer script so to add custom CSS use Advanced Settings › Web Analytics a quick video guide for custom CSS for dummies