Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] How to create hover to image with link


  #1  
Old Jun 17, 2012, 12:14 PM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
[SOLVED] How to create hover to image with link

hello,

I have a question about create hover to image with link
in nextgen gallery Possible create hover to image For example image attached
They are used the code:
.ngg-gallery-thumbnail img:hover {
background-color: #F2ADAE;
}
I want create hover to image with link, without using nextgen gallery.
I want to do it to one page only (images down):http://zerfb.com.preview8.logate.co.il/?page_id=95
There is some css code I can use?
Attached Thumbnails
Click image for larger version

Name:	hover.jpg
Views:	731
Size:	57.6 KB
ID:	1914  
  #2  
Old Jun 17, 2012, 01:17 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Some basic CSS should work. Something like the following.
HTML Code:
.post img:hover {
    background: grey;
}
If you want this only on one page just target the page as the first part of the code like below
HTML Code:
body.page-id-95 .post img:hover {
    background: grey;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jun 18, 2012, 11:23 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
Yesssss it works thanks

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Link hover color will not display properly tsheridan Atahualpa 3 Wordpress theme 5 Mar 17, 2012 05:39 PM
working page menu bar with background image, image on hover, transparent link state cway Page & Category Menu Bars 1 Nov 1, 2011 03:06 PM
I want to underline link in widget when hover... hollow Sidebars & Widgets 2 Feb 16, 2010 07:26 AM
[SOLVED] Link Hover in Sidebar shiroshears Page & Category Menu Bars 2 Aug 10, 2009 12:14 PM


All times are GMT -6. The time now is 02:32 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.