Charlotte Mabry
asked 10 years ago

I want to have the mask on the first page of my site but for subsequent pages I don’ want to mask to change the color of the featured images. How do I leave it one for the first page but turn it off for all the other pages?

1 Answers
DominicStaff
answered 10 years ago

Hello Charlotte ! 
If you do not want to apply a background color to a featured image on a page, you can add the following code to the Header Code ( Dashboard > Customize > Custom Code)

<style>
.page .banner.cover:before {
    opacity: 0.5;
}
</style>

Hope this helps !

 

Powered by DW Question & Answer Pro