Forums
Forums / Themes and Templates / Transparent widget
(@cos22)
13 years, 11 months ago
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?
(@alchymyth)
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.
The topic ‘Transparent widget’ is closed to new replies.