Having trouble displaying a <div>
from CSS in a Text Widget on Wordpress.
<div class=”deffgall-cutlure” ></div>
style.css
.deffgall-cutlure {
display:block;
position:relative;
width:100px;
height:100px;
background-color:#06C;
}
Tried using the Enhanced Text Widget, which should allow for custom CSS, but it's not working either.
HTML works when directly typed into the Text Widget, but doesn't respond to CSS. Any suggestions?