Home Forums Support Logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #156022
    Antony

    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.

    #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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.