View Categories

Can I change the opacity of my navigation menu?

< 1 min read

Table of Contents

#

Yes, you can! Kindly just copy and paste this script below under the Script Manager (Storefront > Script Manager) on your BigCommerce Dashboard/Panel. Once done, you can adjust the opacity value from 0.1 to 1. Please make sure to save your changes.

<script>

var style = document.createElement(‘style’);
style.innerHTML = ' .main-header {background: #FF8A65; opacity: 0.90; z-index:9999}
‘ ;
document.head.appendChild(style);

</script>

Powered by BetterDocs

Transform Clicks Into Clients

Sell more online.

Effectively reach and convert more customers with our expert tips and strategies.

Thank you! Be sure to check your email in a few minutes so you can download your eBook.