Finding css rules for php generated html elements
-
Want to use custom Header image on index page. Need to move location of theme generated entries,ie. position of first post which display on top of the graphic, and disable others, ie site title and tageline which are incorporated into the header art work. Will worry about getting the info back into the meta data later.
Tried firebug with the rendered html looking at the page, and searching the php files in the theme folder but can not find the css or the php that pretains to the specific elements that I need to modify. Found parts of it in one theme some in another (both themes work fine) but could not find all in any. Also not happy using brute force to locate.
1. How does one go about finding all the coding to modify a given element?
2. If you comment the css one at a time will that get it done if there is no other way to locate?
- The topic ‘Finding css rules for php generated html elements’ is closed to new replies.