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?
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