Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove zebra striping from profile


  • yoast79
    Participant

    @yoast79

    Hello,

    I’m completely new to WordPress and I’ve just made my first website.
    After hours upon hours of Google, Youtube and asking friends I managed to have a functional website.

    Now I’m at the part of tweaking and fine-tuning and I’m stuck on the zebra-striping in the profile page of Buddypress.
    The profile fields of my visitors are alternating black and white, but since I use white fonts, half of it is unreadable.
    I managed to change the font color with custom CSS, but that doesn’t do the trick. I need to get rid of the zebra-striping.
    Please, a little help is very welcome!

    Theme: Pinnacle 1.3.7
    Buddypress Version 2.5.2

Viewing 2 replies - 1 through 2 (of 2 total)

  • Henry Wright
    Moderator

    @henrywright

    Hi!

    Do you have a link to your website?


    yoast79
    Participant

    @yoast79

    Hey Henry,

    After some more hours of trying I managed to find the right code to get it done!

    This is what made it work;

    .profile-fields {
    color: #ffffff
    }
    
    .profile-fields {
        background: #000000
    }
    
    .profile-fields tr.alt td {
         color: #ffffff
    }
    
    #buddypress table.profile-fields tr.alt td {
         background: #000000
    }
    

    I’m sorry to bother you with my question.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar