Grażyna
asked 10 years ago

Hello,
I ‘ve found the answer to ‘How to make portfolio and team images always color?’ but now I can’t find file jquery.grayscale.js in my theme (DWPage solid) to make suggested amendments. Are they any changes in a files structure?
Maybe there is any new solution to this problem?

1 Answers
DominicStaff
answered 10 years ago

If you want to make the Portfolio image color, you can add the following code to the style.css file:

.portfolio .thumbnail img {
     filter: none;
}

Note: To make Blog & Team section:

.section-blog .thumbnail img {
     filter: none;
}
.section-content .testimonials .testimonial img {
    filter: none;
}

Hope this helps !

Grażyna Kublik-Lament
replied 10 years ago

Thanks! it works great 🙂

Powered by DW Question & Answer Pro