Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle landing page with alternating blocks

@GauthamRVanjre


Design comparison


SolutionDesign

Solution retrospective


Guys, can anyone help with the footer logo image?

Community feedback

Account Deleted

Hello GauthamRVanjre,

  • You have two options to change the color of logo in HTML and CSS.

In HTML you can

  • copy the svg path and change the fill color class

To change the footer logo image color in CSS:

.logo img{
  filter: brightness(0) invert();
}

Hope this helps you ✌🏼

Marked as helpful

0

@IgnacioEncina

Posted

Hola GauthamRVanjre, Puedes copiar el svg directo al html y ahí cambiar el color en fill. También puedes copiar el codigo del svg, crear otra imagen svg y ahí cambiar el fill. Tal vez en este caso es mejor la opcion que te da rebeca por que debes cambiarlo a blanco. A lo mejor la mia no es la mejor opción, pero funciona, ojalas haya otra opinión mejor, saludos!!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord