• Hello I would like to put an image inside a text widget of wordpress.My text widget has white background from the css style, but I want in a certain widget that will contain a photo, to be transparent.I tried this :

    <style type=”text/css”>
    <!–
    .cd {
    background-color: ‘transparent’;
    }
    –>
    </style>

    <body class=”cd”>
    <img src=”…..jpg” width=”100″ height=”50″ ></body>

    But it didn’t work.Is there any way to do it?

Viewing 1 replies (of 1 total)
  • your widgets might have individual css ids with which you could address them in style.css – depends on your theme.

    post a link to your site for more suggestions.

Viewing 1 replies (of 1 total)

The topic ‘Transparent widget’ is closed to new replies.