Category: bigcommerce stencil theme
-
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
-
increase number of product show at categories bigcommerce stencil themes
Quick video guide to increase number of product show at categories bigcommerce stencil themes
-
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…
-
Bigcommerce cornerstone theme mobile navigation active logo problem
use below CSS with below video guide <style> @media (max-width: 801px){ .header-logo { height: 55px; } .header-logo__link { display: block; margin: 10px auto; } } </style> bigcommerce removed footer script so to add custom CSS use Advanced Settings › Web Analytics a quick video guide for custom CSS for dummies https://support.bigcommerce.com/s/question/0D74O000006KtI4/change-mobile-header-mobile-header-appearing-on-top-of-menu-list-screenshot-provided?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1598917433642&fromEmail=1&s1ext=0
-
visible search box bigcommerce theme cornerstone
Would like to know how to delete “search” and have an actual search box instead Hi…I have Cornerstone Bold and would like to switch out the word search for an actual search bar with a magnifying glass…it would go on the left top of each page…is there a way to input the code for that?…my…
-
bigcommerce cornerstone theme bigger mobile logo
@media (max-width: 801px){ body { padding-top: 10rem; } .header-logo-image-unknown-size { max-height: 8rem; } .navPages-container.is-open { padding-top: 10rem;} } bigcommerce removed footer script so to add custom CSS use Advanced Settings › Web Analytics a quick video guide for custom CSS for dummies https://support.bigcommerce.com/s/question/0D74O000006UPAK/logo-on-mobile-version-is-too-small?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1593669445590&fromEmail=1&s1ext=0 kyriakos karmiotis (Customer) asked a question. June 30, 2020 at…
-
always visible “Add to cart” button bigcommerce cornerstone theme
Quick video guide for always visible “Add to cart” button at product card category bigcommerce cornerstone theme