• cdgregory

    (@cdgregory)


    Hi, I am using the Frisco theme with WP and I am trying to achieve two things.

    1) I want to replace the text logo title with an Image. I have read a few comments about creating a custom images folder, adding and enabling the custom.css. Is this correct? When I preview the site the logo is showing but there is a small question mark image on top of the logo… And sometimes the text is also still there with the logo on top.

    2) I would also like to add a black colour / gradient to the logo header if at all possible. I have looked at the existing colour css files but cannot easily tell which values would need updating.

    Any help appreciated ??

    https://www.ads-software.com/extend/themes/frisco-for-buddypress/

Viewing 8 replies - 16 through 23 (of 23 total)
  • G

    (@gnetworkau)

    David, thanks for your help. your reply prompted me to have a closer look at CSS, and this definitely works, and looks perfect!

    #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;
    }

    thanks again, i don’t mind customise this theme as it looks nice!

    My site is laresdj.com/7 where Im making a new project and I also have this problem.. the site recognizes the new dimensions I set but there’s no icon appearing anywhere!
    If anyone here can help me.. I’ve tried all the codes in this post but nothing.. That’s why I don’t actually share mine here!! I would appreciate it ??

    Hi Steve,

    I used your code for the gradient and I decided to change the header background to just plain white.

    With that, how do I make a border around the search box as it seems to disappear into the white blend of the header colour.

    Hope to hear from you soon.
    Thanks.

    Works great, Steve/Dave. Thanks for posting such clear instructions. I’m new to all of this and I was able to get it to work without too much of a problem once I stopped looking for the image folder in WP and remembered to look in my FTP files. (What can I say? I’m new to this)

    I don’t get how to have the image in the header but no text. I can get my image to show with text on top of it but wherever put in text-indent, the logo and text both disappear.

    @g I’m a newbie to CSS… I’m just 13 years old!!!
    I’ve copied whatever you have posted (css code) and I’ve saved it to example.com/wp-content/plugins/buddypress/bp-core/css/custom.css
    but my logo (example.com/wp-content/plugins/buddypress/bp-core/images/logo.png) Is not appearing on the Frisco Theme for Buddypress…
    Anyone Please Help Me…
    The Site:
    https://me.edu.hj.cx
    Thanks in advance,
    Amrith

    @i1m98ith: You’d be a lot better off posting a new topic as this one is now 3 months old.

    G

    (@gnetworkau)

    @i1m98ith
    firstly, undo what you have done, both directories you have are not correct.
    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

    it should work. drop a line if you have probs, or if you succeed!

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[Theme: Frisco for BuddyPress] Logo and colour’ is closed to new replies.