Search code examples
cssstylesheet

How to find the relevant stylesheet for a specific CSS code


I am having trouble figuring out how to adjust a specific section of a page because I don't know which stylesheet to start with. Do I normally have to open every single stylesheet that the page references and manually search ?

The section involved is a div section with a class name of widget-content clearfix.

What's the best way to track the stylesheet that has this div?


Thanks a lot guys! I finally figured it out. Took me a while to familiarize with Firebug but I realized it was actually very easy.


Solution

  • First of right click on web page.
    Click on inspect element option.
    I have attached one image that show the detail..
    enter image description here