Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #389686

    Hi, kriesi team

    I’m doing this page with layerslider and buttons :

    http://new.centrovelicotorreguaceto.it/corsi

    in every layerslider i placed text layers with links
    for every text layer i set the “id” and “class” attributes

    is there an easy way to target this “id” and “class” attributes in the custom.css to set an hover effect on them?
    (i’d like to change the text color or the background color for a specific element, or a class of elements)

    thank you

    #390347

    Hey Susanne!

    Hmm, I don’t see the IDs or classes. Can you send us a WordPress login so we can take a closer look?

    Best regards,
    Elliott

    #390381
    This reply has been marked as private.
    #390941

    Hey!

    Try adding this to your custom CSS.

    #dev_base:hover { background: blue !important; color: orange !important; }
    

    Cheers!
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.