Sommaire

Enlever l’ombre portée sur les photos d’un post

8.1 - WordPress content styles: TinyMCE editor (Classic editor)

/* image */
.bwp-content img,
.comment-content img,
.textwidget img {
	border-radius: 2px;
    box-shadow:**none**;

Ligne Vertical Verte pour les Citations + Mise en Gras du texte

8.2.3 - Block: Quote

/* style: default */
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 0 0 0 36px;
	border-left: 4px solid #**889988**;
	font-size: 17px;
	font-style: normal;
  **font-weight: bold;**
	line-height: 1.7;
}
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large)::before {
	display: none;
}
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large) p {
	font-size: 17px;
	font-style: normal;
	line-height: 1.7;
}
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large) cite,
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large) footer {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	font-style: normal;
	line-height: 1.7;
	text-align: left;
}

Mise en forme liste posts de la page d’acceuil( 2 colonnes de taille fixe )

6.0 - Recent posts

/* masonry */
.bwp-col-3-layout {
	margin-right: -50px;
}
.bwp-masonry-item {
	float: left;
}
.bwp-post-wrap {
	position: relative;
	margin-right: 50px;
	margin-bottom: 50px;
}
.bwp-col-size {
	width: **50%**; /* default size for columns (3 columns) */
	**height: 600px !important;**
}
.bwp-col-3 {
	width: **50%**; /* 3 columns */
	height: 600px !important;
}
.bwp-col-3.bwp-width-2x {
	width: **100%**; /* double width */
}

Mise en forme bouton avec ma couleur verte

8.2.16 - Block: Buttons

/* buttons */
.bwp-content .wp-block-buttons {
	margin: 0 0 20px;
}
.bwp-content .wp-block-buttons > .wp-block-button {
	margin: 10px 10px 10px 0 !important;
}
.bwp-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
	margin-right: 0 !important;
}
.bwp-content .wp-block-button__link {
	border: none;
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 1.3;
	color: #ffffff;
	background-color: **#889988**;
	border-radius: 25px;
}
.bwp-content .wp-block-button__link.has-background {
	padding: 15px 20px;
	border-radius: 25px;