I created a navbar component. In the designer everything looks fine also on preview. As soon as I upload everything the logo of the navbar dissappears on mobile except for the home page even though that’s a component.
Tried it now for hours. If somebody could help that would be awesome.
@JPB28 I think, that the reason the logo is visible on the HP is due to the styles being applied on the green class of current (basically since the link leads to HP and you’re on the HP the class adds the current subclass to the link) what you can do to style it without the current class is either temporally unlinking the HP from the logo button, do the style changes, make sure opacity is 100% and display isnt none. Then link the HP back to the button, and check the result. T