perrobolo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)hey david sorry for the delay i was busy with school.
i try investigating and i did everything and stillno luck 🙁 it sucks can you please help me?Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)it sucks to not know how to do stuff your self still stuck with this 🙁
Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)hey david thanks but i want to put a text over the overlay
here is another example.Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)Hey Hologen i sent you the email hope you can help me. thanks.
Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)i didnt work` this is what i did.
Original Thumbnail css code
.fp-thumbnail { width: 474px; height: 260px; margin-bottom: 10px; overflow: hidden; border: 4px solid #FFFFFF; }and i added this below
.fp-thumbnail a:hover { display: block; float: left; height: 210px; outline: medium none; position: relative; text-decoration: none; width: 561px; } .fp-thumbnail a span { display: none; text-align: center; } .fp-thumbnail a:hover span { background-color: #3B5998; border: medium none; border-radius: 8px 8px 8px 8px; color: #FFFFFF; display: block; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-weight: bolder; height: 128px; left: 0; opacity: 0.9; padding-top: 82px; position: absolute; text-decoration: none; top: 0; width: 561px; }Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)so i change the <img src=”your_image” /> to the_post_thumbnail() ?
Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)i would like to do it to the post thumbnails how can a edit that code to use it with the thumb? thanks by the way 🙂
Forum: Themes and Templates
In reply to: how can i add a text hoover to images? (Example Inside)thanks for your reply.
but the example page is not wordpress that got me a lil confused when i tryed to find out how it was done :/
any tips?