Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875507

    nonenone
    Participant

    Hi there,

    Can you please assist me in this?

    1-How can I make the logo glow to a lighter shade on hover?

    2-Currently images glow to a darker shade on hover, how can I make them glow to a lighter shade?

    Many thanks,

    #875508

    nonenone
    Participant
    This reply has been marked as private.
    #875996

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    a.x-img:not(.x-img-thumbnail):hover,a.x-brand.img:hover {
        opacity: 1;
    }
    a.x-img:not(.x-img-thumbnail),a.x-brand.img {
        opacity: 0.75;
    }

    Hope it helps.

    #876147

    nonenone
    Participant

    Epic! 😀 Thank you Christopher

    #876414

    Christopher
    Moderator

    You’re welcome.