Plugin Author
wpbean
(@wpbean)
I didn’t understand the question, Can you please tell me which background-color you want to change? Give me a screenshot of that.
Thanks
Hello,
Please Check the below screenshot .
https://ibb.co/wwkk52s
Thanks
Umesh Bathini
Plugin Author
wpbean
(@wpbean)
Here is the CSS code for changing the background –
.wpb_category_n_menu_accordion.wpb_wmca_theme_dark>ul>li:not(:last-child)>a {
border-bottom-color: #16a085!important;
}
.wpb_category_n_menu_accordion.wpb_wmca_theme_dark>ul>li>a {
background: #1abc9c;
}
.wpb_category_n_menu_accordion.wpb_wmca_theme_dark>ul>li>a:hover {
background: #16a085;
}
Hello,
Already I am tried with the same CSS Code in Customization Additional CSS but Showing the same default color.
Thanks
Umesh Bathini
How to change the background color? You have given us no option for that.
Plugin Author
wpbean
(@wpbean)
@alefeufei
I am sorry, The color settings are exclusively available only for the premium version of the plugin.
For the free version, you have to add custom CSS code, if you want to change the background.
Thanks