Mountain Theme Gif Display

My apologies if this has been covered, I did do a search.

The Site Logo in the Mountain theme (in RapidWeaver 8.0.2) has a shadow, which doesn’t look right with a gif with transparency applied, but I can’t find how to disable it.

Any help would be greatly appreciated.

That appears to be part of the theme styling.

Try adding this to your site wide CSS:

.logo img {
    box-shadow: none;
}

2 Likes

That worked a treat. You’re a genius😀 Thanks very much!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.