Sprite question

  • brian

    #8688

    On this page http://flexithemes.com/demo/Reflecta/ they have a sprite setup under ‘share’ and ‘recent posts’ are pretty cool. Is there a way to do this for the graphene widgets? I don’t know what it’s called, so i’m having trouble applying it to my graphene theme.

    brian

    #41847

    Sorry, i posted this in the wrong section. Is there a way to delete this topic?

    Mod

    Kenneth John Odle

    #41848

    Moved to Support.

    Anonymous

    #41849

    Hello,

    Why sprite? Try with this in your custom css or child-theme style.css:

    .sidebar h3 {
    background: #373636;
    background: -moz-linear-gradient(top, #373636 0%, #262525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373636), color-stop(100%,#262525));
    background: -webkit-linear-gradient(top, #373636 0%,#262525 100%);
    background: -o-linear-gradient(top, #373636 0%,#262525 100%);
    background: -ms-linear-gradient(top, #373636 0%,#262525 100%);
    background: linear-gradient(to bottom, #373636 0%,#262525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373636', endColorstr='#262525',GradientType=0 );

    border-left: 4px solid #C93603;
    border-radius:none !important;
    }

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

  • You must be logged in to reply to this topic.