Red Background To Blog Photos - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Red Background To Blog Photos

SX

Stathis Xintavelonis

Template 4 years ago

Hi,

Is it possible to disable the reg background of the blog photos of Dylan from the settings or I have to make custom CSS?

Best regards

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #13262

Hi there!

Thanks for your query.

You need custom CSS:

.article-list .article:before {
background-image: linear-gradient(to top, #b1b721, #037272 48%);
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

You can change colors in the above code.

Best Regards

0