[HELP] Wordpress featured box

hillsb

Registered Member
Joined
Nov 4, 2011
Messages
99
Reaction score
75
Basically I like the way this guys featured box is set up. Is it css or a plugin? I can not post the link, so if you could just pm me for I can send the link over. Much thanks!
 
I will send a pm as well...but he is using a custom style sheet with the Thesis theme in wp. To get the blue dotted hover over effect, you need to add:

Code:
a:hover { 
border-color: #4A8BC5;
border-style: dotted;
}

Hope this helps...let me know how it works...:)

NOTE: the site he is referring to is:
Code:
http://www.baby-samples.org/
 
Back
Top