top of page
Utility
Tools
All Posts


One Page Website Builders Like Carrd - Best Carrd Alternatives
This article has a list of the best free and paid alternatives to the Carrd website builder. Each platform is explained in detail.
wixstudiotemplates
Sep 68 min read


Is SEO dead? What is the New Generative Engine Optimization?
SEO, also known as search engine optimization, is arguably the most confusing and ever-changing field of marketing. No one knows what works and what does not. SEO has become even more confusing in 2025 after the introduction of AI search and AI-based search functions.
wixstudiotemplates
Aug 295 min read
Wix Dynamic Title Code
<style> #dynamicHeading { font-family: Arial, sans-serif; color: #F25041; display: inline-block; overflow: hidden; white-space:...
wixstudiotemplates
Aug 211 min read


How to Create a Typewriter Text Effect in Wix Using Velo? Full Tutorial with Code
In this Wix Velo Tutorial, You will learn how to create a beautiful typewriter animation in Wix Editor or Wix Studio using Velo. Full code and explanation are added to the article.
wixstudiotemplates
Aug 76 min read


How to Add a Gradient Effect to Text in Wix Studio using CSS
Learn how to add a beautiful gradient effect to your text elements in Wix Studio. Full Tutorial with Free Code.
wixstudiotemplates
Aug 25 min read


How to create an animated Progress Bar in Wix Studio and Editor?
In this Velo Tutorial, you will learn how to add an animated progress bar using the Progress Bar Input Element and Velo in Wix.
wixstudiotemplates
Aug 25 min read
How To Add Number Count Up Animation In Wix Websites(Studio, EditorX, Classic Editor)
$w.onReady(function () { const targets = [ { id: 'text18', endValue: 2021, suffix: '' }, { id: 'text21', endValue: 50, suffix: 'K+' }, {...
wixstudiotemplates
Jul 161 min read
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
Jul 71 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 - With Code
In this article, you will learn how to create a count-up animation in #Wix_Editor and #Wix_Studio using Velo code. This method allows you to add an animating number count-up animation anywhere on your website.
wixstudiotemplates
May 193 min read
bottom of page