-
Author
-
October 25, 2016 at 02:23 #141040mlvc1958Participant
when i changed the color of my buddypress icons. I lost the hove ease transition state.
Can you help with the code so i can enable it back into my site.
October 26, 2016 at 09:59 #141342LauraModeratorHello, what code did you use?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 26, 2016 at 15:18 #141410mlvc1958ParticipantI’ll get back to you in about 40hrs.
I meant to say hover.October 27, 2016 at 01:54 #141569mlvc1958Participantsorry i found time to get on my pc.
before i made the changes to my buddypress profile icon. when i ran my cursor over the top of the icons they went from a light greyish color to a darker greyish color with a easing into the color and back out.
i assumed this line off code has something to do with it.since ive made the changes to the icons that we have talked about ive lost that effect.
Id like to get it back, if you can help#buddypress div.item-list-tabs ul li a {
transition: all 0.4s ease-in-out 0s;October 28, 2016 at 14:13 #141878LauraModeratorHello, you could try with
COPY CODE#buddypress div.item-list-tabs ul li a { transition: all 0.4s ease-in-out 0s !important;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 28, 2016 at 14:20 #141880mlvc1958Participanthi i tried that before i messaged you, It didnt work.
I just tried again fro the code you sent me and it didnt work again.any ideas why its not working?
thanks for replyingOctober 29, 2016 at 00:18 #141983LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 31, 2016 at 19:10 #142255RaduModeratorHi,
the snippet from the laura misses } from the end
COPY CODE#buddypress div.item-list-tabs ul li a {transition: all 0.4s ease-in-out 0s !important;}
So try to paste again the code and paste it instead of the old one
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2016 at 08:54 #142393mlvc1958Participanthi i notice that laura left of the } at the end of the code, i added } to the code and it didnt work.
I copied your code over and it still didnt work. not sure why
November 2, 2016 at 20:07 #142582RaduModeratorHi,
This is the correct selector
COPY CODE#buddypress div#item-nav ul li a:before {transition: all 0.4s ease-in-out 0s;}
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.