• Resolved ianquiksilver

    (@ianquiksilver)


    Hi there! I just made a 404.php page copying the code from twentytwelve theme and I noticed something like
    <header class="entry-header">
    which has its own styling. I was wondering where I could find that styling definition, what seems to be the hidden default wordpress css, because its obviously not in my style.css file. Thanks! =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • there is no ‘default wordpress css’ –

    if you can’t find the style in style.css, the CSS formatting might get inherited from any element higher in the hierarchy;

    try using a browser inspection tool (such as Firebug, or the ‘right-click, inspect element’ of various newer browsers) to get an idea where the formating of the <header class="entry-header"> comes from.

    Thread Starter ianquiksilver

    (@ianquiksilver)

    sorry about that, I didn’t pay attention to the h1 tag :s I thought the styling was happening somewhere else.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Targetting wordpress specific elements’ is closed to new replies.