Forums
Forums / Plugin: Gosign - Masonry Post Block / Adjust animation background
(@omarohara)
5 years, 10 months ago
I need to adjust the opacity and color of the background that animates over the grid images when you hover over them.
How is this possible?
Would I use CSS or possibly adjust something in Photoshop?
Thanks
The page I need help with: [log in to see the link]
(@awaiskhalid0)
Hello, @omarohara
You can add CSS like below code and for RBGA, if you have color value in HEX you can convert this here -> http://hex2rgba.devoth.com/
.grid-parent-gosign .gallery-image:before { background: rgba(201, 159, 128, 0.3); }
The topic ‘Adjust animation background’ is closed to new replies.