Finally I found a helpfull posting. I needed the same things as above which i have used but the problem is, I need the actual menu and dropdown menu background to not be transparent at all. Also the Footer of the website is blue and I would like it to match the rest of the homepage (brown) color.
Website is here: https://www.jswholesaleinc.com/
Custom CSS i am using is:
.navigation_menu {
background-color: #ffffff;
opacity: 0.9;
}
.header_section {
background-color:#5c4b51;
opacity: .8;
padding: 0px;
}
.navbar-collapse {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.social {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.logo p{
margin-top:0 !important;
}