Hi, how do we go about changing the "title" of the Off-Canvas menu. Currently the title is "Sidebar" but we want to change it to another title.
Thanks
Hi mengler12
Edit this file /templates/yourtemplate/tpls/blocks/off-canvas.php and change the text in :
<div class="t3-off-canvas-header"> <h2 class="t3-off-canvas-header-title">Sidebar</h2> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> </div>
https://prnt.sc/pegclc