Hide/show section when clicking

Hi! I am trying to create a menu with ubermenu but what I can’t seem to do is make the submenu or section hide/show depending on what the user clicked on. Is there any way (css?) I can make the, for example, orange motorcycle only appear when the user click on “orange crush”?

Thank you!!

Hi Delfina,

Thank you for reaching out to us. You can use Tabs element to achieve the similar functionality. Instead of Tab labels you can display the Images just like you have for example:

<img src="http://path/of/your/image.png" alt="" >

image

Now you can add content in the body of Tab specific to the Tab label. This way when user will click on a specific Image a corresponding content will show up.

Hope this helps!

Hi @nabeel, didn’t think of tabs in this way! Thank you for the idea!!
It worked perfectly.

@delfijurado,

It’s our pleasure to help you.

Thank you.

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