How to find which css is being applied to an element.

Home Forums Resources How to find which css is being applied to an element.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #9999800
    Support
    Keymaster

    When you’re creating a website it’s very usual that you need to find which css is being applied to an element.

    The easiest way to find a CSS that is being applied to an element is using the console of your browser.
    On this example, let’s see how to use Chrome Developer Tools.

    To open Chrome Developer Tools please press F12 on Google Chrome.

    On this example you saw that the element “featured-box-icon” is being defined in 2 different files, the first one “blue.css” is the one that sets the color and the other one theme-elements.css (line 950), has all the basic settings of that specific element.


    • This topic was modified 1 year, 1 month ago by Support.
Viewing 1 post (of 1 total)

This topic is marked as "RESOLVED" and can not rceive new replies.