I'm editing a wordpress template for my site, and when I look in chrome inspector, a lot of styles are coming from this (index)
I can't figure out where or what it is. It doesn't seem to be a stylesheet. Any idea?
I'm editing a wordpress template for my site, and when I look in chrome inspector, a lot of styles are coming from this (index)
I can't figure out where or what it is. It doesn't seem to be a stylesheet. Any idea?
These css rules are coming from the currrent file you are. In your example, you have the style in your index and it is bettwen css tags:
<style>
~~ your css rules ~~
</style>
If you can't find this, I'd recommend a search on searchmonkey.exe (https://www.google.com.br/search?q=searchmonkey+download&oq=searchmonkey+download&aqs=chrome.0.69i59j0l5.4704j0j7&sourceid=chrome&ie=UTF-8). Search for the classes names and it may return the file and where it is placed.
I'll be here if you have any other doubt.