This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
Hello, I am using header number 7, and I am attempting to change the opacity of the background color of the menu section, but the code I am using is not working. Thank you! I also tried putting the code directly into the child theme instead of adding to custom css in theme options panel.
I tried adding the code below to custom css, and I also tried the same class selector, but used rgb color with 85 for background color transparency instead of using hex with opacity.
.header-type-7{
.menu-wrapper{
background-color: #000000;
opacity:.85;
}
I found this in the theme’s stylesheet
.header-type-7{
.menu-wrapper{
background-color: #252525;
border:none;
.menu{
>li{
>a{
color: #ffffff;
border-color:#393939 !important;
&:hover{
color: @mainColor;
}
}
}
}
}
}
Hello,
Sorry for the delay.
Could you please provide link to your site and wp-admin access in Private Content?
Regards,
Rose Tyler.
Hi, thank you. Yes I will leave those details in the private comments below.
Hello,
I’ve removed this code from your Custom css:
/*Header Menu Edits*/
.header-type-7{
.menu-wrapper{
background-color: #252525;
opacity:.85 !important;
}
and set menu color in Theme Options https://prnt.sc/frez5p
Please check now.
Regards,
Rose Tyler.
Tagged: edit menu, navigation, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up