top of page
All Posts
Wix Dynamic Countup Numbers Code
<style> @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); body { display: flex; justify-content:...
wixstudiotemplates
1 day ago1 min read


Code for Adding Policies in your Schema Markups
"ownershipFundingInfo": [ { "@type": "OwnershipInfo", "acquiredFrom": { "@type": "Organization", "name": "Funding source or Owner...
wixstudiotemplates
Jun 31 min read
Wix Blog Meta Tags Code
Put this meta tag in your blog, post, or any other page's Additional Tags to add keywords to your page. Meta Tags have a character limit...
wixstudiotemplates
Jun 31 min read


How to create an Animated Custom Cursor in Wix Studio - Head Code
Code tk<!-- Include the kursor library --> <script src=" https://cdn.jsdelivr.net/npm/kursor@0.1.6/dist/kursor.min.js"></script> <link...
wixstudiotemplates
Jun 31 min read
Wix Studio Custom Animated Tab - Code
<style> * { box-sizing: border-box; margin: 0; padding: 0; font-family: Arial,...
wixstudiotemplates
Jun 32 min read
How to create a Glow effect for Buttons in Wix Studio.
Copy and paste this code into your global.css to create a cool button glow effect. The CSS class for the button code is "Testing" . Make...
wixstudiotemplates
Jun 31 min read
![Wix Studio Custom Cursor - Particle Trail [Code]](https://i.ytimg.com/vi/6WB-6WqVBXw/maxresdefault.jpg)
![Wix Studio Custom Cursor - Particle Trail [Code]](https://i.ytimg.com/vi/6WB-6WqVBXw/maxresdefault.jpg)
Wix Studio Custom Cursor - Particle Trail [Code]
<canvas id="inkCanvas"></canvas> <style> #inkCanvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; ...
wixstudiotemplates
May 302 min read


Multi-State Box Slideshow Code
$w.onReady(function(){ var states = ['box', 'box59', 'box63']; var stateNumber = 0; function slideShow() { ...
wixstudiotemplates
May 301 min read
Wix Custom Product Page Code
If you are having any problem setting up the CODE, let me know in the comments, I will personally set it up for you in your website....
wixstudiotemplates
May 241 min read
How to Create Count Up Text Animation in Wix using Velo - Code
If you are having any problem setting up the CODE, let me know in the comments, I will personally set it up for you in your website....
wixstudiotemplates
May 191 min read
bottom of page