Jump to content

How to find the background colour in a css template


ImANoob

Recommended Posts

Hello,

I purchased a website template and I'm in the process of editing everything. I'm a little stuck on trying to find the colour of the background in the style.css file. Nowhere in the table of contents I can see anything related to the background colour. In the 'General' section I can only access stuff for typography, buttons, inputs, sections and breadcrumb. It's more than 2000 lines of code and checking each background-colour code is going to take ages.

How can I find the relevant section resnponsible for the background colour?

Thanks

Link to comment
Share on other sites

Press F12, this will bring web development tools, select elements tab, select inspect to select area containing background, the element tab should highlight the element you selected, along with css pane which should show you css applied, the css file it comes from and the line it is on. It should show the background color used with the colour next to it within tiny box, by clicking that it becomes a colour picker, so as you move your pointer around, adjust colour slider the background colour on website on that element changes to.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...