Home Forums WoodMart support forum svg logo Reply To: svg logo

#119105

Andersjpg
Participant

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;
}
}