Transparent Background-Box for "Our Team List"

Hi people, I´m setting up a new website for my band. I wanna use the "Our Team List"-Shortcode in front of a Parallax Background Picture. So far it works fine, but it´s not possible to read the Text, because the Backgroundpicture is to dark.
Now I wanna have the complete "Team List" in an grey/transparent framework and change the color of the text.

 Can you please help me, if there is a way to fix it ? Thanks a lot in adanvtage!
Best wishes, Marco. :)

Comments

  • Hi,

    to set background and text colors for "Our Team List" items, please use below css:
    .column_our_team_list {
        background: #E2E2E2 !important;
        padding-top: 15px;
    }
    .team .desc_wrapper h4 { color: #000 !important; }
    .team .desc_wrapper p.subtitle { color: #000 !important; }
    .team .desc_wrapper .desc { color: #000 !important; }
  • It works now. Thank you for that really fast answer!!

    I have one more question, maybe you can help me here too.
    Is it possible to hide the border form the picture of the "Our team list"- Shortcode? I have the same problem with the pictures from the  "Photo Box"-Shortcode.

    Sorry have not programming-skills...
    Thanks a lot!
    :)
  • You can remove those borders with below css:
    .image_frame, .wp-caption { border: 0 !important; }
Sign In or Register to comment.