Category: bigcommerce stencil theme
-
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
-
How to Change Sale Now Price to red using Bigcommerce stencil theme
Another most repeat asked question at Bigcommerce forum https://support.bigcommerce.com/s/question/0D74O000006ChGY/how-to-change-sale-now-price-to-red?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1574301765902&fromEmail=1&s1ext=0 Paste below code at footer script <style> .price-section–withoutTax span.price { color: red; } .price-section–withoutTax.non-sale-price–withoutTax span.price , .price-section–withoutTax.rrp-price–withoutTax span.price { color: #343434; } </style> [siteorigin_widget class=”WP_Widget_Media_Image”][/siteorigin_widget]
-
How to add SVG logo in bigcommerce stencil cornerstone theme
How to add SVG logo in bigcommerce stencil cornerstone theme
-
How do I place logo and header navigation on same line using bigcommerce cornerstone stencil theme?
using the Cornerstone theme and have left aligned my logo and header navigation. How do I place them both on the same line? https://support.bigcommerce.com/s/question/0D71B000005aBte/how-do-i-place-logo-and-header-navigation-on-same-line?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1565034235875&fromEmail=1&s1ext=0 paste below css into footer script