UPDATE: After successfully targeting the necessary code to implement the changes I require, my next challenge is figuring out how to only make a specific section of this div transparent.
For instance, in a scenario where the nav bar is 750 pixels wide, I aim to achieve transparency within the first 75 pixels. The key snippet of code that comes into play here is:
opacity: 0|initial|inherit;
Yet, the real question remains - How can I apply this code solely to a designated section (75px) within the 750 pixel div? Here's the ID and classes that demand my attention:
#mega_main_menu.primary > .menu_holder > .mmm_fullwidth_container {
background-image: url('http://visualicreative.com/wp-content/uploads/2014/07/Nav- Bar.png');
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
Website: www.visualicreative.com
Your assistance is greatly appreciated,
The Visual i Team