• Resolved deepmark

    (@deepmark)


    Hello,

    I’m having a problem with the plugin’s css.
    There are css lines that work like (it is the copy / paste of what I insert in “Appointment Hour Booking – General Settings> Edit styles”):

    #fbuilder .pbSubmit {
    background-color: #312256;
    border-radius:23px;
    }

    but for example if I want to add css lines such as :

    #fbuilder .pbSubmit {
    margin-top:12px;
    margin-bottom:12px;
    margin-right:20px;
    margin-left:20px;

    color:#FFFFFF;
    }

    I have the same problem on many other elements of the plugin such as the form and the calendar for example

    Best regards,
    Stéphanie Marzolini
    Deepmark

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

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The following style is correct:

    #fbuilder .pbSubmit {
    margin-top:12px;
    margin-bottom:12px;
    margin-right:20px;
    margin-left:20px;
    color:#FFFFFF;
    }

    Please be sure to clear the website and browser cache after adding it.

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘CSS problem’ is closed to new replies.