• Resolved Tama

    (@tomiqa)


    Hello –

    First, I’m not a tech savvy person.

    I like to know how to copy that drop shadow effect on click to my other buttons on my site?

    Could please advise?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Tama

    (@tomiqa)

    My problem is I don’t know how to address “on click” in css

    Thanks for your help!

    Plugin Author Varun Sridharan

    (@varunms)

    @tomiqa this is a free plugin and i do it as a hobby so i dont usually respond CSS based request since its changes for each and every site and its their designers work to do.

    Anyways
    in css “on click” refers to :focus here is an example code

    
    button:focus{
    background:blue;
    }
    
    Thread Starter Tama

    (@tomiqa)

    Ok, thank you, I will try to find a designer

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Copy button style’ is closed to new replies.