Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WisdmLabs

    (@wisdmlabs)

    Hi rich-stoke,

    Glad that you like the plugin:-)

    Can you send me the link to the product page?
    If you go to Products->Product Enquiry->Enquiry Settings you can see the options to place the enquiry button at either of three locations-
    1.after the add to cart button 2.after single product summary 3.after end of the single product page.

    Thread Starter rich-stoke

    (@rich-stoke)

    Hey got it sorted now ??

    Just one other quick question how can I change the color of the button….?

    This is the CSS that I have done so far

    .input.wpi-button {
    background-color: #1A8CFF;
    color:white;
    }

    This is how each individual product looks now

    Sorry for been a pain

    Richard

    Plugin Author WisdmLabs

    (@wisdmlabs)

    Hi rich-stoke,

    You can try something like this for example this below CSS will change the button color to blue:
    input.contact.wpi-button {
    background-color: #1A8CFF;
    color: white;
    }

    To set color on hover, use this selector

    input.contact.wpi-button:hover

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