Make Your Image Thumbnail Gallery Have Shadow
-
I’m, noob, i just find how to make image on gallery in wordpress have shadow (just image on gallery thumbnail ), it will looks more beautiful. so i want to share.
1. On your admin wordpress choose Appearance –> Editor
2. Make sure you are on Minamaze Themes, go to Style.css
find this word#content .gallery a img {
border: 2;
}3. Add the code like this
#content .gallery a img {
border: 2;
-webkit-box-shadow: 3px 3px 3px #7C7C7C;
box-shadow: 3px 3px 3px #7C7C7C;
}Done! ^^
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Make Your Image Thumbnail Gallery Have Shadow’ is closed to new replies.
