I've installed satellite theme on my wesbite. And I want to do a modification but there is no option to do so. I want the HERO CAPTION SUBTITLE to be below the HERO CAPTION TITLE of portfolio. Please let me know how can I do that. I have attached an image so you can understand it in better way. Thank You!
Hello!
I've installed satellite theme on my wesbite.
And I want to do a modification but there is no option to do so.
I want the HERO CAPTION SUBTITLE to be below the HERO CAPTION TITLE of portfolio.
Please let me know how can I do that.
I have attached an image so you can understand it in better way.
Thank You!
Hi Karan,
you can go to /js/scripts.js and modify line 1437
return '<div class="tab__link ' + className + '">' + '<div class="counter-wrap">' + '<div class="counter">' + counter[index] + '</div>' + '</div>' + '<div class="subtitle">' + subtitle[index] + '</div>' + '<div class="title">' + titles[index] + '</div>' + '</div>';
to
return '<div class="tab__link ' + className + '">' + '<div class="counter-wrap">' + '<div class="counter">' + counter[index] + '</div>' + '</div>' + '<div class="title">' + titles[index] + '</div>' + '<div class="subtitle">' + subtitle[index] + '</div>' + '</div>';
so you basically switch title with subtitle, then hard refresh the page (Ctrl+F5)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy