badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Change color of turquoise/grey boxes on homepage

#44039

@mr-earl-lee To change the colors of the turquoise/aqua and grey color Go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

.featured-text .featured-title {
    background: rgba(5, 169, 197, 0.9);
}
.featured-text .featured-content {
    background: rgba(85, 85, 85, 0.9);
}

Change above rgba background color with your own rgba color also you can use HEX color too.

Thank you!