when I add new css style to my wordpress, it doesn't work
-
hi ,
today when I try to add new page, and try to add a new div class in my page, but my css style doesn’t work.<div id=”colorPart”></div>
<div class=”newBook”>ABOUT US</div>
#colorPart{
float:left !important;
width:300px !important;
background:blue !important;.newBook {
text-decoration: none !important;
color: #FFFFFF !important;
}But all my old css style are working ,only the new css style doesn’t woking.
The blog I need help with is: (visible only to logged in users)
-
The page I need help with is http://dandan.rafflesweb.com/?page_id=425.
I used firebug to check my html & css code.
I can find my html code, but I can’t find my css code.Is it anyone how to fix it ?
Thanks:)
- The topic ‘when I add new css style to my wordpress, it doesn't work’ is closed to new replies.