This topic has 6 replies, 2 voices, and was last updated 8 years by Groubee2.

  • Author
  • #109255
     Groubee2
    Participant

    Hi @Radu

    Maybe you also can help me with how I can change the background color on the profile page(the white color) and the members profile menu > the black menu – see attached image.

    Best regards

    Tonny

     

     

    Attachments:
    You must be logged in to view attached files.
    #109265
     Radu
    Moderator

    Hi,

    I see that the white color from profile you have solved right ?

    For the profile menu background use this css

    COPY CODE
    
    
    #buddypress div#item-header .profile-cover-inner,#buddypress div#item-nav, #item-header.profile-cover-inner {
        background:none;
        background-color: red !important;
    }
    
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109341
     Groubee2
    Participant

    Hi @Radu

    Thanks a lot! Yes the menu is now change!!

    But the Profile is still white on every second row? See attach image.

    After I have change the background color – there is a wide right border (2px), see my attached image. Is it possible to make it 1px?

    I really appreciate your help

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109465
     Radu
    Moderator

    Hi,

    The border has 1px only, try this css is more lite the border now

    COPY CODE
    
    
    @media only screen and (min-width: 768px) {
        #item-header-wrap {
            border-right: 1px solid #586571;
            width: 250px !important;
    }
    }
    
    

    For the profile details bg use this

    COPY CODE
    
    table.profile-fields tr td {
        background-color: #23314E !important;
    }
    
    You're welcome
    
    Have a nice week
    
    Cheers
    
    Radu
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109473
     Groubee2
    Participant

    Hi @Radu

    Thanks a lot – works great!

    I have 3 more issues – If you look at this page: http://wellshigh.serv09.powerhosting.dk/members/tptestb3uger/

    1. There is a lot om white space on the right side – how can I change the color from white to blue?

    2. Also under the profile menu in the middle – how can I change the black color in the bottom of the profile menu?

    3. How can I change the text color inside the white box? – now you cant see the text because it is all white.

    See attached image

    I am looking forward to hear from you 🙂
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109549
     Radu
    Moderator

    Hi Tonny,

    The css here :

    COPY CODE
    
    #buddypress div#message.info p {
        color: #333;
    }
    
    body {
        background: #333;
    }
    
    div#item-header-wrap {
        background: red !important;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109554
     Groubee2
    Participant

    Thanks it works great!!

    Cheers
    Tonny

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

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?