looking to pull the CSS code from a website.

Leobaz1234

Newbie
Joined
Apr 28, 2015
Messages
25
Reaction score
5
hi all

I am wanting to either find the template or find a way to extract the template for a wp website we like the look of.

The site is https://clarityrecruiting.com/

We are using godaddy / wordpress and i have found that you can add "themes" via .zip format. These seem to be basic plug and play which is what were looking for. Not too code savvy.

IS there any way to extract the code / files and make it into a theme folder? Would be willing to pay for someone to do it for us.

another option is to find the CSS for the site and steal it? we would be changing the content ofc but the look and feel is what we like.

Thoughts?

DM or message me here. ill be keeping an eye on the forum
 
Would something like this work?

https://www.toolsbug.com/website-copier-online.php
 
If you're looking for the CSS stylesheets then you can just press the left button of your mouse and select the "Source code" option. Follow this by using CTRL + F to search for "Stylesheet", which will show an "href" attribute that contains the link to the css file you're searching for.
Do this repeatedly to find all of the stylesheets used in the webpage.
To be honest I didn't understand your question at all, but I hope this helps.
 
If you're looking for the CSS stylesheets then you can just press the left button of your mouse and select the "Source code" option. Follow this by using CTRL + F to search for "Stylesheet", which will show an "href" attribute that contains the link to the css file you're searching for.
Do this repeatedly to find all of the stylesheets used in the webpage.
To be honest I didn't understand your question at all, but I hope this helps.

A better way (in FF) is to go to Web Developer > Style Editor (or shift-F7)
 
Back
Top