-
AuthorPosts
-
June 21, 2016 at 10:30 pm #651756
I’m trying to add a hover over effect to my icon/title on the homepage of my website to make it clear that it’s a link. I have tried:
.avia-icon-list .iconlist_icon:hover {
color: orange;
}Which I found on another thread, but this didn’t work for me. Ideally, I would like the icon and the title of the icon box under the “tools” part of the blog to turn orange upon hover over to make it clear that it is a link.
Thanks!
Max
June 23, 2016 at 5:53 am #652480Hey bappi_cs,
Please try the following instead:
.main_color a.iconbox_icon:hover { color:green !important; }Thanks,
RikardJune 23, 2016 at 5:02 pm #652650Hi Rikard,
Thanks for your response. I added that to my site, but it doesn’t appear to have worked. I can leave it on until you have a chance to look at it again.
Thanks!
June 23, 2016 at 9:34 pm #652745Hey!
Please replace the code with
.iconbox_left .iconbox_icon:hover and give it a try if that one works.
Thanks a lot
Best regards,
BasilisJune 24, 2016 at 6:00 pm #653114Hi Basilis,
Unfortunately, it still didn’t work. Would it help if I gave you admin access?
Thanks!
June 24, 2016 at 6:23 pm #653126Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h3.iconbox_content_title a:hover { color: orange!important; }Best regards,
YigitJune 24, 2016 at 7:14 pm #653148I’m sorry, but that does not appear to have worked either :(
June 24, 2016 at 7:29 pm #653156Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitJune 24, 2016 at 10:05 pm #653189Will do!
June 28, 2016 at 6:56 pm #654384Hi,
Sorry for the late reply!
I tried adding different custom CSS codes and deactivating all active plugins but that still did not help.
Can you please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_PermissionsBest regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.
