BuddyBoss Home – Web Support Forums Themes Boss. theme white space on Profile

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

    #35640
    @aymenb

    Hi,

    I do not understand why there is a white band on the cover photo of the profile ?

    Any idea?

    Thank you !

    Answers

    #35676

    Alyssa
    Participant
    @alyssa-buddyboss

    @aymenb Welcome to the BuddyBoss community! This is a conflict with bootstrap. It is adding a white background to all elements “.table .table”

    #35678
    @aymenb

    Thanks.

    And how can I resolve it?

    #35703
    @aymenb

    Any idea?

    Thank you so much !

    #35765

    Alyssa
    Participant
    @alyssa-buddyboss

    @aymanb since this is not a theme issue (it’s a bootstrap issue) you have a couple options:
    1) Disable bootstrap
    2) Namespace bootstrap see how here: http://stackoverflow.com/questions/11813969/css-framework-for-an-app-with-existing-stylesheet/11841957#11841957
    3) Hire a developer to undo all bootstrap code on your BuddyBoss site

    Here is the code to fix this one instance, but I can’t do this for any other CSS conflicts.
    Add this to custom.css:
    #item-header-cover .table .table{background-color:transparent !important;}

    #35835
    @aymenb

    Thanks ! It works, I edit the custom.css with a plug in.

    🙂

    #35839

    Alyssa
    Participant
    @alyssa-buddyboss

    Great, glad this worked easily 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘white space on Profile’ is closed to new replies.