bro-design
(Dmitrii Tregubov)
April 16, 2019, 10:17am
4
@TwoGuysCreative if so, that you can create tab for this tags and switch it by clicking on link using custom code. For example you can read about it here:
Hello,
is it possible to use regular button to change tabs. So when I click on a button, I want my tab section to change the active tab.
Thanks
and here:
Create individual classes for all your tabs
Put the code below into Site Settings > Custom Code > Footer Code:
<script>
function getParam(name) {
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
results = regex.exec(location.search);
return results == null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
}
var Webflow = Webflow || [];
Webflow.push(function () {
var tabName = getParam('t…