• Resolved fryfubar

    (@fryfubar)


    Hi,

    Please would you lovely people help me with making a small visual change to the plugin?

    I’d like to change the background colour for the team member profiles, where the text is displayed on a white background. I’ve found the option to change the background colour or add an image to the team as a whole, but not for the individuals. To clarify, I want to apply one colour to all members, not separate colours per member. As you can probably tell, I don’t much experience in CSS and HTML, apologies!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post, Please try following CSS

    
    .team-container .team-items .item {
    	background: #ff6060 none repeat scroll 0 0;
    
    }
    

    Hi, I don’t believe this answers the question, which I have the same as him. This code applies background color to all members. How do you apply color to each individual member? Say I want one person’s background to be white, another to be black, and another to be blue. How would that be done?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Team Member Background Colour’ is closed to new replies.