Site logo

Archived topic

changing background color of mobile SVG icon

2 replies · Started by Halil on November 21, 2021

Viewing posts 1–3 of 3

hi,
I dont know if it's achievable thru css, but I'm trying to add white background color for my mobile menu svg image.

I tried playing with the css below, however below code makes the whole picture backround white, not the inside of the logo. I want to keep my logo as circle but with a different background color.

.navigation-branding img, .site-logo.mobile-header-logo img {
background-color: white;
}

I wanted to ask if it's doable.

I solved the issue by editing the svg icon, nevermind.

however I'm still wondering whether that is achievable thru css.

thanks.

Hi there,

if the Image is a .png file with a transparent background then that CSS 'should' work.
SVG files are a different story - and i dont think that method would work.

This archived topic is closed to new replies.