• Resolved zeluzional

    (@zeluzional)


    I am trying to make the button of the form more “interactive” . everything works perfect, but the button doesnt show like “clickable” the mouse doesnt even change to a “hand” like you could click on it or anything. i would like to know if its posible to make this, and if i can add effects on hover? thanks!

    • This topic was modified 4 years, 6 months ago by zeluzional.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zeluzional

    (@zeluzional)

    And also, is there a way to hide completely the title of the calculator / project name?

    Second question, is there a way to put a loader? because the calculator takes a few seconds to charge and it doesnt show nothing when it’s charging, can become in confusion for the buyers

    • This reply was modified 4 years, 6 months ago by zeluzional.
    • This reply was modified 4 years, 6 months ago by zeluzional.
    Thread Starter zeluzional

    (@zeluzional)

    Hello?

    If you want to make it more clickable you could insert this at your custom page css

    span.ccb-summary-value:hover {
    cursor: pointer;
    }
    That makes your cursor when you hover a pointer ?? you can do this for any container as long as you can find the classname

    Hi,

    The Plugin already has default styling for the elements. If you want to change some styles of the plugin elements you can use custom css.

    There is no preloader feature in the plugin by default

    regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘button on hover’ is closed to new replies.