[SOLVED] Different logo for phone?

Hi there, newbie here.
Coming from Elementor but Bricks feels a bit complicated.

I want to set a different logo for mobile devices… There’s no responsive toggle switch like in Elementor, the conditionals seem to require a LOT of configuring to obtain this effect. Is there an easy method like in elementor without using CSS?

1 Like

Is there an easy method like in elementor without using CSS?

No. Luckily, it’s easy with CSS.

You would utilize the property “display: none;”

For example: One Logo will have “display: none;” set on the the base breakpoint. Then you would set the same logo as: “display: block;” on the smaller breakpoint. This creates a logo that shows only on mobile.

You can find the display property within the style tab>layout>misc

2 Likes

Works like charm. Thanks

1 Like