Site logo

[Resolved] Custom CSS working on the wrong element

Home Forums Support [Resolved] Custom CSS working on the wrong element

Home Forums Support Custom CSS working on the wrong element

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2404405
    Fernando
    Customer Support

    Hi Sasha,

    Can you try updating the code to this?:

    .entry-content :is(p,li,figcaption,em,i,strong) > a {
        color: black;
        font-weight: 700;
        box-shadow: inset 0 -0.5em #A3E4DA;
        transition: box-shadow 0.2s ease-in;
    }
    
    .entry-content :is(p,li,figcaption,em,i,strong) > a:hover {
        box-shadow: inset 0 -1.5em #A3E4DA;
    }
    #2405073
    Sasha

    Thank you! That works 🙂

    #2405513
    Fernando
    Customer Support

    You’re welcome Sasha!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.