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
press ctrl+f open find , replace tool.
open find in files tab. fill in find what: field , select directory search (folder site files, template package, theme folder, etc.)
click find all
check referemce
Comments
Post a Comment