Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: FirmaSite Social: Buddypress + bbPress theme based on Bootstrap

$
0
0

This weeks question & answer:

theme customize

Question Summary: How to add custom css to all widgets?

Solution: In our theme, you can target all widgets with article.widget. An example:

article.widget {
	background: #fff;
	border-radius: 6px;
	margin: 10px;
	padding: 10px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

Viewing all articles
Browse latest Browse all 3638

Trending Articles