test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • benandbasara2 Friend
    #202415

    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)
    }

    Eragon H Friend
    #554208

    I can see that you missed “;” for attributes
    For example:

    .corner-stamp.hilite .corner-inner{
    border-color: #fff
    background: #9c7073
    }

    It should be:

    .corner-stamp.hilite .corner-inner{
    border-color: #fff ;
    background: #9c7073 ;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Eragon H 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum