What is that Shopify Theme and How can I find It

eccoysta

New member
XNullUser
Joined
Jan 9, 2025
Messages
8
Reaction score
0
Points
1
Location
Istanbul
NullCash
2
Does anyone know what Jolie Skin Co using theme? How can I find it?
 

sandylee

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Mar 28, 2024
Messages
421
Reaction score
866
Points
93
Location
China
NullCash
7,343
I never heard of this theme name do you have a link so that we can check it?
 

drdiehard18

Member
XNullUser
Joined
Nov 25, 2024
Messages
56
Reaction score
13
Points
8
Location
Andromeda
NullCash
81
That probably is a custom theme (specifically built for that website) and was built using the "Shopify Theme Lab" tool which is a "Shopify theme development environment using Liquid, Vue and Tailwind CSS. Built on top of Shopify CLI." For more information about Shopify Theme Lab you can access https://uicrooks.github.io/shopify-theme-lab-docs/

Liquid is the Shopify's coding language.
Vue JS is a JavaScript framework for building user interfaces
Tailwind CSS is utility-first framework used for building custom user interfaces. On short, it's a library that contains thousands of pre-defined CSS classes and you will just insert the name of the classes you want to your elements for CSS styling. This will speed up the development process. There are also pre-built Tailwind components / UI Kits that you can buy and use in your own project.

For more information about Tailwind CSS you can access their official website https://tailwindui.com/
 
Top