This topic has 9 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #141040
     mlvc1958
    Participant

    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.

    #141342
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #141410
     mlvc1958
    Participant

    I’ll get back to you in about 40hrs.
    I meant to say hover.

    #141569
     mlvc1958
    Participant

    sorry 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;

    #141878
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #141880
     mlvc1958
    Participant

    hi 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 replying

    #141983
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #142255
     Radu
    Moderator

    Hi,

    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 solution
    #142393
     mlvc1958
    Participant

    hi 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

    #142582
     Radu
    Moderator

    Hi,

    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
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?