http://www.joomlart.com/forums/topic/corner-stamp-and-css-not-working/
I have read this thread and do what it says, add some css code in the templatesja_wallcsstheme.css
But when I use the blue and hilite ex-class in corner stamp, it doesn’t work.
I also try to add them in the templatesja_wallthemesretrocsstheme.css
But still not working.
I do place a space before blue and hilite, and I have cleaned my system cache, using different browsers….
Can someone please help me?
http://savemytalent.com
The code which I add:
/*Class suffix for Corner-stamp blue */
.corner-stamp.blue {
border-color: #9ec9bc
}
.corner-stamp.blue .corner-inner{
border-color: #8ac0b0
background: #9c7073
}
.corner-stamp.blue .corner-inner:before {
border-color: #8ac0b0
background-image:url(../themes/retro/images/bg-item-footer-blue.png)
}
/*Class suffix for Corner-stamp hilite */
.corner-stamp.hilite {
border-color: #fff
}
.corner-stamp.hilite .corner-inner{
border-color: #fff
background: #9c7073
}
.corner-stamp.hilite .corner-inner:before {
border-color: #fff
background-image:url(../themes/retro/images/bg-item-footer-hilite.png)
}