May 22, 2019 at 11:21 am
#63616
Theme Horse Support Team
Keymaster
Hi there,
Go to Appearance > Customizer > Design Options > Custom CSS and paste the custom CSS code below to tint behind the text.
.featured-text .featured-title {
padding: 10px 20px;
background: rgba(58, 176, 219, 0.9);
margin-bottom: 10px;
}
.featured-text .featured-content {
padding: 20px;
background: #555;
margin-bottom: 20px;
}
Thank you for using our theme.