Tagged: cornerstone
-
AuthorPosts
-
April 13, 2016 at 7:41 am #879909
I’m using the feature box element but would like the background colour to change on hover. I can get the bottom half to change but not the whole thing.
You can see it here >>> http://www.greenhillaccountancy.co.uk
It’s the black box. I’d like it to change to green on hover.
Can you help?
April 13, 2016 at 12:38 pm #880471Hi There,
Please try with this CSS:
.x-feature-box-graphic-inner:hover i { background-color: #55b343 !important; border-color: rgb(26, 102, 53) !important; }
Hope it helps 🙂
April 13, 2016 at 2:20 pm #880664No, that didn’t work.
April 13, 2016 at 11:43 pm #881428Hello Loren,
Are you referring to the element in the attached screenshot? If yes, it’s background color is currently green. Please clarify what you want to achieve so we can help you better.
April 18, 2016 at 10:59 am #888506Hi, yes, and you are correct – it’s currently green. I’ve removed the button (client doesn’t want it) but I’d just like to have a hover effect so that the green changes colour.
April 18, 2016 at 11:08 am #888512Hi,
I got it to work by using this code:x-feature-box center-text top-text cf:hover{ background-color: #b35891 !important; }
Thanks for your help.
April 18, 2016 at 11:29 pm #889247Hello There,
Thanks for writing in!
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
-
AuthorPosts