Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1876 closed enhancement (no action required)

Add <span> to h1#logo

Reported by: ousep's profile ousep Owned by:
Milestone: 1.2.1 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

Original:

<h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>

This would make it easier to add a logo to the header...

<h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><span><?php bp_site_name() ?></span></a></h1>

Change History (2)

#1 @DJPaul
15 years ago

  • Milestone changed from 1.2 to 1.2.1

It would make it easier how?

#2 @ousep
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Ignore... I'd forgotten about text-indent for image replacement.

Note: See TracTickets for help on using tickets.