View Single Post
Old 04-07-2012, 04:57 AM  
NinjaSword
Registered User
 
NinjaSword's Avatar
 
Industry Role:
Join Date: Jan 2012
Posts: 41
Download Notepad++
Use the 'Search in files' function
Search for Tag: ..or whatever other word you want to find in files ...
but in general ... it should be in ./wp-content/themes/twentyeleven/tag.php

change

<?php printf( __( 'Tag: %s', 'twentyeleven' ), '<span>' . single_tag_title( '', false ) . '</span>' ); ?>

to

<?php printf( __( 'Tag: %s', 'twentyeleven' ), '<span style="font-weight:700;">' . single_tag_title( '', false ) . '</span>' ); ?>
NinjaSword is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook