[ad_1]
Let’s say I really like the way a website looks and I want to create a WordPress theme to mimic it. I have a few ideas but am curious if some of you have an efficient process or some tools you would use.
I figured exporting the CSS of the site or grabbing color codes and fonts, then creating a theme from that?
I’m very new to customizing themes.
[ad_2]
You can grab the HTML and CSS using your browser.
Then you just add the required things to make it a WordPress theme:
1. Install localwp
2. Create a New Project
3. Drag the HTML and CSS you just downloaded
4. There’s your WordPress theme
Step 4 is extremely long but very straightforward, you can do this in 3 hours by looking at the documentation