Transparent Background-Box for "Our Team List"
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
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; }
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!
.image_frame, .wp-caption { border: 0 !important; }