Reply To: Where in the .CSS do I change Author and Page…

#6858
Alexander
Participant

You disable the complete function by commenting them:

function pinboard_current_location() and use an empty function instead

function pinboard_current_location() {}

or you only remove the complete “hgroup” section until the “\hgroup” tag.