Viewing 6 replies - 1 through 6 (of 6 total)
  • to hide the text, apply
    text-indent: -9999px;
    to it.

    G

    (@gnetworkau)

    like i mentioned in this post: https://www.ads-software.com/support/topic/theme-frisco-for-buddypress-logo-and-colour?replies=17#post-2608030

    this code works perfectly. just substitute width, height, and image name for your own.

    #logo a
    {
    display:block;
    width:320px;
    height:70px;
    background:url(image.png) no-repeat scroll left top transparent;
    text-indent: -9999px;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    border-top: 0em;
    border-right: 0em;
    border-bottom: 0em;
    border-left: 0em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    }

    then come back here and mark this post “Resolved”

    Hiya still cant get this to work but think I have inserted the code into the wrong file (doh), as a css newbie may I ask exactly where should i insert this code in which css. file please and what code should I remove (if any) Cheers

    Its working now cheers

    @g, do you put this in the CSS stylesheet editor?

    G

    (@gnetworkau)

    1. use my css code as above, and place it in wp-content/themes/frisco-for-buddypress/custom.css
    2. then place your image in directory:
    wp-content/themes/frisco-for-buddypress

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: Frisco for BuddyPress] How to insert a logo instead of text title’ is closed to new replies.