• Resolved kismet78

    (@kismet78)


    Hi,
    I’m having a hard time finding where to find the <h2> tags that are applied to the link category text “FRIENDS”. All of the other sidebar headers tags are specified in sidebar.php, but the link category is still wrapped with <h2> when I view the page source, but everything else is <h1> as specified in sidebar.php.

    And I tried a workaround of just trying to make h1 & h2 the same. But when I change the <h2> to look the same as <h1>in my css, it’s still not showing the same so obviously it’s receiving commands from somewhere else that’s overriding the css.

    Where am I missing this?
    See website:
    kyletompkins.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello

    The link heading is in the “links.php” file located in the wp-includes folder.

    It is a pretty large file so you have to scroll almost to the bottom and you will see the <h2> tags in there, just change them or strip them out completely.

    Since I hate to modify core files (because you have update them at every upgrade) – I just use the stylesheet to make those
    #sidebar h2 things to look as I want them. Bingo ??

    Thread Starter kismet78

    (@kismet78)

    Thanks. I ended up changing the #sidebar h2 css. That seemed to work. Thanks all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css & link category on sidebar?’ is closed to new replies.