Category: bigcommerce stencil theme
-
How to Remove the Header Logo’s Top and Bottom Gap in BigCommerce Cornerstone Theme
To eliminate the top and bottom spacing around the header logo in the BigCommerce Cornerstone theme, add the following CSS code to the end of your theme.scss file. For step-by-step instructions, check out this quick video guide on how to edit the theme.scss file. – quick video guide to edit theme.scss
-
How to Use Different Logos for Your Store and Invoice in BigCommerce Stencil Theme
Use Different Logos for Your Store and Invoice in BigCommerce Stencil Theme BigCommerce Store: Dark and Light Logos White Logo on Store Causing Problems on Invoice Need Bigger Logo for Store and Smaller for Invoice Quick video guide.
-
How to add “starting from” before the prices – bigcommerce stencil theme
Use Product sale badges to display text before price. Steven Webb (Customer) asked a question. Adding “starting from” before the prices Is it possible to add “Starting From” to my theme, i have multiple options that alter the price and it currently displays the lowest price so customers get annoyed when the price changes on selection…
-
increase logo size on mobile devices in Bigcommerce cornerstone light theme
Paste below SCSS at theme.scss last line. [siteorigin_widget class=”WP_Widget_Custom_HTML”][/siteorigin_widget]
-
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]
-
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>