Skip to:
Content
Pages
Categories
Search
Top
Bottom

Howto: change the sitewide domain.com >> a .gif/.jpg etc.

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

  • Boris
    Participant

    @travel-junkie

    Size doesn’t matter, right? ;)

    Anyways, adjusting some css should do the trick. set your logo as the background image of the a tag, give it the width and the height of your logo and then move the text out of the screen using text-indent.

    Something like this (put it in custom.css, which you might have to create under _inc/css/):

    #header h1 a {
    background:transparent url(../images/buddypress/bp_logo.gif) no-repeat left top;
    display:block;
    height:42px;
    text-indent:-999em;
    width:180px;
    }

    By the way, a little searching here on the forum would have given you the answer as it’s come up a few times already.

    enjoy!


    gahoachma
    Participant

    @gahoachma

    Didn’t work the way I did it at least. Exactly where is the directory I should put custom.css and logo.gif?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Howto: change the sitewide domain.com >> a .gif/.jpg etc.’ is closed to new replies.
Skip to toolbar