-
AuthorPosts
-
March 30, 2016 at 11:38 am #605085
Can I change the color by mouse-hover element.
March 30, 2016 at 1:42 pm #605136Hey steelgate!
You can change most of the colors using custom css. Please elaborate what exactly you like to do so we can help you with some custom css if necessary to resolve this issue.
Regards,
VinayMarch 30, 2016 at 1:48 pm #605141Thanks,
I want too change the white color under the picture.
March 30, 2016 at 2:31 pm #605183Hey!
Please feel free to change the color values and use the below css in Enfold > General Styling > Quick CSS
/* Title Color*/ .main_color .container .av-inner-masonry-content { background-color: #333!important; color: #fff!important; }Regards,
VinayMarch 31, 2016 at 1:17 pm #605858Thanks, you’re the best ;-)
Can I also make this transparent?
-
This reply was modified 9 years, 7 months ago by
fverlinden1.
March 31, 2016 at 2:51 pm #605918Hey!
Sure, you can simple change the code to following one
/* Title Color*/ .main_color .container .av-inner-masonry-content { background-color: transparent !important; color: #fff!important; }Regards,
YigitMarch 31, 2016 at 3:38 pm #605957Thanks again,
I have changed the code a little bit ;-)
/* Title Color*/ .main_color .container .av-inner-masonry-content { background-color: #719430; opacity: 0.75; color: #fff;-
This reply was modified 9 years, 7 months ago by
fverlinden1.
March 31, 2016 at 3:41 pm #605963Hey!
You are missing a closing curly bracket in your code. Please make sure to add it
/* Title Color*/ .main_color .container .av-inner-masonry-content { background-color: #719430; opacity: 0.75; color: #fff; }Regards,
YigitMarch 31, 2016 at 3:45 pm #605969Yes, I see It
I have not good paste/copy :D
ThanksMarch 31, 2016 at 3:56 pm #605987 -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
- The topic ‘Change color Masonry Gallery’ is closed to new replies.
