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   [css] [/css] bigcommerce removed footer script so to add custom CSS use Advanced Settings › Web Analytics  a quick video guide for custom CSS for dummies https://www.youtube.com/watch?v=nWwXhUdDa3U  

bigcommerce cornerstone theme bigger mobile logo

[css] @media (max-width: 801px){ body { padding-top: 10rem; } .header-logo-image-unknown-size { max-height: 8rem; } .navPages-container.is-open { padding-top: 10rem;} } [/css] bigcommerce removed footer script so to add custom CSS use Advanced Settings › Web Analytics  a quick video guide for custom CSS for dummies https://www.youtube.com/watch?v=nWwXhUdDa3U         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… Continue reading bigcommerce cornerstone theme bigger mobile logo

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]

Remove bigcommerce cornerstone theme unwanted header and footer space.

Remove bigcommerce cornerstone theme unwanted header and footer space frequently asked question at bigcommerce community forum. copy and paste below CSS at footer script [css] [/css]