html - How to find .css file location according to class name(under div tag) in notepad++ -


.html

<ul class="post-categories">  <li>   <a href="category/fruits-fresh/index.html" rel="category tag">fruitfresh</a>  </li> </ul>  

i want find css file include "post-categories" class inside folder structure. had waste time this.is there simple way find this.

do following steps

  1. press ctrl+f open find , replace tool.

  2. open find in files tab. fill in find what: field , select directory search (folder site files, template package, theme folder, etc.)

  3. click find all

check referemce


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -