Thumblie - Image Style drop shadow removal

Is there a way to remove the drop shadow on the main large image produced produced by the Thumblie theme?

It looks quite out of place IMO and spoils the gallery. The The thumbnails dont have a drop shadow yet the image does! It should at least be an option in the Image Style options - I would suggest.

However, for now, is there a way to remove that drop shadow?


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I just found a the way to do this.

I opened up thumblie-styles.css and edited the /* Image Appearance */ line for box-shadow from
box-shadow: 0px 0px 10px #000;
TO
box-shadow: 0px 0px 0px #000;
Then save it.

N.B. I have never done any editing of CSS files before, but having done this and seen how visible the CSS layout is, I will certainly check out the CSS style file to see if I can edit out what I want.


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi,

Glad you got yourself to the answer. Yes, there’s lots that can be edited in the stylesheet! Well worth having a play with it :slight_smile:

Joe

On 30 Sep 2013, at 10:16, spidercrab email@hidden wrote:

I just found a the way to do this.


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You should also be able to edit it to

  box-shadow: none;

:slight_smile:

Ernie Simpson


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 30 Sep 2013, 12:42 pm, The Big Erns wrote:

You should also be able to edit it to

  box-shadow: none;

:slight_smile:
Ernie Simpson

Or just delete the whole line!

D


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options