BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Banner in place of logo on BuddyBoss theme?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #66266
    @optimystic

    Hello,
    I am wondering if it’s possible to get a banner like I have here on my twitter:
    https://twitter.com/LaurenCGorgo

    At the top of my buddyboss theme:
    http://thinkwithyourheart.com/

    I see the option to upload a logo, but can I insert an entire banner?

    thanks

    Answers

    #66403
    @vapvarun

    Hi @optimystic
    Do you need to replace logo with banner ?
    Regards
    Varun Dubey

    #66534
    @optimystic

    Yes- would like a full width banner to replace the logo….

    #66965
    @vapvarun

    Hi @optimystic
    You can try following custom css.

    
    @media screen and (min-width:481px){
    #masthead .header-inner {
      max-width: 100% !important;
    }
    #masthead .header-inner #logo {
      left: 0!important;
      margin-left: 0 !important;
      width: 100%;
    }
    #masthead .header-inner a {
      display: inline-block !important;
      width: 100% !important;
      text-align: center;
    }
    }
    

    Regards
    Varun Dubey

    #68628
    @optimystic

    Thanks for that, but all i got was this:
    http://devwork.thinkwithyourheart.com/

    Any more suggestions? Or can you point me to who might be able to assist in such a development?

    thank you

    #68710
    @anve

    Hi @optimystic,

    Are you willing to use this same banner , because it is a big one . So , occupying a large area of your website .You can apply following css in child theme custom css option to make it look proper.

    
    @media screen and (min-width:481px){
    #masthead #logo img {
      height: 250px;
      width: 100%;
    }
    #masthead .header-inner {
      max-width: 100%!important;
      padding: 0;
    }
    }
    

    Regards
    Anve

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Banner in place of logo on BuddyBoss theme?’ is closed to new replies.