Home Forums WoodMart support forum How to make a background transparent

How to make a background transparent

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #285201

    Jeriss Cloud Center
    Participant

    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.
    #285275

    Hello,

    Please update the site admin access, provide the page URL and place where you apply the HTML.

    Best Regards

    #285619

    Jeriss Cloud Center
    Participant

    credentials below

    #285727

    Hello,

    I have removed the background color: https://gyazo.com/aa95263351a97f979f47d56ed95c4754

    Best Regards

    #286485

    Jeriss Cloud Center
    Participant

    I removed the color but the background is now white, which is not what I want.

    I want it to be transparent.

    #286789

    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

    #287308

    Jeriss Cloud Center
    Participant

    Thanks it works.

    Just to understand, how did you assign the #menu-menu-1 ?

    #287372

    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

Viewing 8 posts - 1 through 8 (of 8 total)