Home Forums Support Logo Reply To: Logo

#156070
Tom
Lead Developer
Lead Developer

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 🙂