Site logo

Archived topic

Logo

1 reply · Started by Anonymous on November 27, 2015

Viewing posts 1–2 of 2

Hi Tom, once again great theme. If I could put in a request to add controls for the main logo to alter the opacity and colour of a logo. So for example I upload a white transparent .png of a logo and then just play with the colors and opacity to get it exactly right. Instead of having to fiddle in Photoshop and then reupload every time. Just a suggestion, which I think could add even extra value to an already superb product.

Hi there,

Code can't really alter the color of an image, although it can do opacity.

However, it's super easy to do via CSS:

.site-logo img {
    opacity: 0.5; /* 50% */
}

Let me know if that helps or not :)

This archived topic is closed to new replies.