Category: stencil
-
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]
-
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 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
-
Better Bigcommerce vault free theme
use below CSS with below video guide <style> #menu .mega-cat-dropdown .has-subMenu.is-root + .navPage-subMenu-horizontal.second-level-flyout .page.inactive-page { position : relative; display : block; z-index : 1 !important; height : auto !important; margin-top : 0px !important; opacity : 1 !important; transition : none; } header div#menu { z-index: 9; } .flyout-pagination-container.top.visible { display : none; } .mega-cat-dropdown li.navPages-item…