Add your CSS - Can't get the "changes" to take

Permalink
I've accessed a Theme, clicked on the add your css button and then added some css
a:link {color: #00a2b1; text-decoration: none; }
ul
{
    list-style-type: none;
}


This CSS IS showing up in the /files/cache/css/greek_yogurt/typography.css file when I view the source of the page.

However, when I look at a list item or other items it is not resulting in any change. I also added a new tag


.newtag { 
}


and called it with

<div class=newcode> </div>

but that didn't have any effect either.

I am using the latest 5.6 concrete series (as opposed to 5.7)

Ideas???

plschneide
 
plschneide replied on at Permalink Reply
plschneide
Anyone - Bueler?