Home › Forums › WoodMart support forum › svg logo › Reply To: svg logo April 16, 2019 at 12:08 pm #119105 AndersjpgParticipant had to use this custorm css code to make it work .woodmart-logo img[src$=”.svg”] { height: 100%; width: 250px !important; } @media (max-width: 1024px){ .whb-general-header .woodmart-logo img { max-height: 60px; width: 100px !important; } }