Not signed in (Sign In)
  • Support Us

    You want to support Sadish?
    You can
    Donate Now

  • Buy our Theme : NigaRila

    NigaRila
    NigaRila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    NigaRila - Buy it now !


    Buy our Theme : Pal Nila

    PalNila
    PalNila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    Pal Nila - Buy it now !








Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome guest!
Want to take part in these discussions? Please Sign In or Apply for membership now!
    • CommentAuthorshinai
    • CommentTimeNov 8th 2009 edited
     permalink
    I'm working with changing the background color for the entries but there is a background image specified for .entry img and .entry a img. Setting these to none in my CSS has no effect.

    My site: http://relaxintoreality.wordpress.com

    My CSS:
    .entry img {
    background:none!important;
    }

    .entry a img {
    background:none!important;
    }

    Is there a way i can override these background images so they don't display?
    •  
      CommentAuthorSadish
    • CommentTimeNov 8th 2009
     permalink
    if you have bought the capability to override the css, then you can find the place where a background image is assigned and get rid of that code itself;
    • CommentAuthorshinai
    • CommentTimeNov 8th 2009
     permalink
    I've purchased the upgrade called "Custom CSS" which allows me to add custom CSS. I don't see anything about being able to edit the original CSS. Is there another way?
    •  
      CommentAuthorSadish
    • CommentTimeNov 9th 2009
     permalink
    try adding this to your style.css

    img {background:none;border:0;padding:0;}
    • CommentAuthorshinai
    • CommentTimeNov 9th 2009 edited
     permalink
    Thank you so much for your response, Sadish. That didn't work as intended. The statements in your code that i'm trying to override are:

    .entry img
    {
    background:url(img/shadow.gif) no-repeat right bottom;
    padding:4px 10px 10px 4px;
    border:none;
    border-top:#eee 1px solid;
    border-left:#eee 1px solid;
    }
    .entry a img {
    border:none;
    background:none;
    padding:none;
    background:url(img/shadow.gif) no-repeat right bottom;
    padding:4px 10px 10px 4px;
    border-top:#eee 1px solid;
    border-left:#eee 1px solid;
    }

    Is there a way to send a null to the url parameter to negate the loading of the file "img/shadow.gif"? I'm just trying to have that image not load. I've even tried loading another image on top of it to negate it but that didn't seem to work either.
    • CommentAuthorshinai
    • CommentTimeNov 9th 2009
     permalink
    Actually, i'm not sure that background image is the one, although i think it is. I want to get rid of that soft and fuzzy underline that sits just below the text "Posted in xxxxx | Tagged xxxxxxxxxx | Leave a Comment >>". Am i looking at the code for the right image?
    • CommentAuthorshinai
    • CommentTimeDec 2nd 2009
     permalink
    I figured out how to copy the entire stylesheet and edit it myself. Thanks for pointing me in the right direction! Yay. Now i can keep using your template!