Hi to everyone,
i would like insert in the toggle box an image?
I would like to extend (measure in length) it and delete the plus icon.
Do you how to do it?
Thank you in advanced
M
Hi to everyone,
i would like insert in the toggle box an image?
I would like to extend (measure in length) it and delete the plus icon.
Do you how to do it?
Thank you in advanced
M
Hi,
To insert an image on the toggle shortcode, you can do this
[toggle_container keep_open="false" initial_open=""]
[toggle title="TOGGLE 1"]<img src="YOUR IMAGE LINK HERE" />[/toggle]
[toggle title="TOGGLE 2"]TOGGLE 2 content goes here.[/toggle]
[/toggle_container]
Now, to remove the + icon just place this on your custom.css
.toggle_icon.extralight-border {
display: none;
}
Regards,
Ismael
You must log in to post.