bigcommerce page builder

bigcommerce page builder – Homepage 3 column basic image text and button design. https://youtu.be/YonSmJBn11U       bigcommerce pagebuilder – 2 column about us basic page layout design with image and text. https://www.youtube.com/watch?v=8hmBqMVFyy4

VIDEO GUIDE – Roots theme banner position at header

VIDEO GUIDE – Roots theme banner position at header here is quick video to change banner position – Roots theme   https://www.youtube.com/watch?v=jrjJRefv_zA&feature=youtu.be   question originally asked by @Shana Cotten (Customer)​    https://support.bigcommerce.com/s/question/0D54O00006ILCHoSAP/how-to-fix-the-roots-theme-banner-position

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>

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 [css] [/css]

Replace below code with templates/components/products/carousel.html

 

 Screen Shot 2019-05-20 at 9.11.45 AMScreen Shot 2019-05-20 at 9.13.34 AM

[php]


{{#each products}}

{{> components/products/card settings=../settings theme_settings=../theme_settings customer=../customer event="list" position=(add @index 1)}}

{{/each}}





[/php]

for the theme fortune bright, the description shows first on the phone instead of the image. Can we switch that?

https://support.bigcommerce.com/s/question/0D71B000005e7nF/for-the-theme-fortune-bright-the-description-shows-first-on-the-phone-instead-of-the-image-can-we-switch-that?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1556044481351&fromEmail=1&s1ext=0

QUICK VIDEO GUIDE