Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Title to Buddypress site


  • joe
    Participant

    @joetann

    Hi,

    I’m tried searching (yeh, really!) and tried a few different things, but I can’t get my site to have a title.

    I can create a blog title but that then puts the title over the top of my header image which is annoying…

    Whats a good workaround for this?

    Also, does anyone see anything obvious that I should change on the site?

    The site is here:

    http://www.catchaworm.co.uk

    Thanks!

    Joe

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

  • govpatel
    Participant

    @govpatel

    I visited your site and I do not see title at top.

    Depending on how your theme is setup you can do that by going into header.php file and check the class Id used than go in style.css and look the class and add
    display:none;
    than it will not display the title and description.
    This is what i have in default twentyten theme
    #header #site-title a{
    color: #555555;
    float: left;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0 2px 1px #ffffff;
    display:none;
    }
    #header #site-description{
    float: right;
    font-style: italic;
    margin: 10px 0;
    display:none;
    }

    Title and description are important for search engines.


    joe
    Participant

    @joetann

    Hey thanks for the prompt reply!

    I think I’ve done it now (prior to reading your suggestion).

    I edited the CSS for the theme.. I think I used the ‘Z-index’ command and place the title underneath everything else, is this an OK way of achieving my goal?

    If not I’ll gladly go your route, thought I think they’re basically the same thing?

    Thanks!

    Joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Title to Buddypress site’ is closed to new replies.
Skip to toolbar