Transparency on Superfly menu showing double close X icons

On Homepage.

Looks like the hamburger menu defaults to an X when the menu opens.
I used a transparent png for the background image.
So you can see two X’s on top of each other, the white top X being smaller.

Anyway to fix this?

Did not find anywhere to customize close icon in Superfly

Hey there,

Thanks for writing in! You can hide one of your close button via CSS, add the following code in the Theme Options > CSS:

.sfm-open .sfm-navicon {
    display: none;
}

Hope this helps!

1 Like

Yussss! Thanks so much!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.