How to make a background transparent
-
Dear,
Please check the attachment below. I’m not able to make the background of an HTML Block transparent. How can I do that please? Currently it’s grey (see red cross) and I want it transparent.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please update the site admin access, provide the page URL and place where you apply the HTML.
Best Regards
Hello,
I have removed the background color: https://gyazo.com/aa95263351a97f979f47d56ed95c4754
Best Regards
I removed the color but the background is now white, which is not what I want.
I want it to be transparent.
Hello,
The HTML block is transparent now, white color is provided by the styles of the drop-down menu https://prnt.sc/123cv82
Please add this code to the Theme Settings > Custom CSS > Global:
#menu-menu-1 li .wd-dropdown {
background-color: transparent;
}
Best Regards
Thanks it works.
Just to understand, how did you assign the #menu-menu-1 ?
Hello,
This is the ID of the menu, I took it to apply the style to this drop-down and not to touch other drop-downs.
Best Regards