• Resolved miminou

    (@miminou)


    Hello

    I add some CSS code, it appears normally when I’m editing the form, and it dispalyed on the inspected element browser tools, but the changes are not applied on the link.

    Ex: the font-family is “Almarai”, it applicated on the backend form style, but not on front end even the inspectred element have Almarai as font.

    Please, would you like to check.

    Best regards.

    Amine.

    • This topic was modified 1 year ago by miminou.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor QuillForms

    (@quillforms)

    Hello @miminou,

    Thanks for reaching out!
    I see you have applied this already. Can you please confirm?
    Please remember to load Almarai font first.

    Thread Starter miminou

    (@miminou)

    Hello;

    Thanks for your answer.

    Yes, I’ve upload it, and it’s not just about font, but about all CSS, it’s dispaly it properly on the QuillForms dashboard (Preview), but not on the website front-end.

    Regards.

    Amine.

    Plugin Contributor QuillForms

    (@quillforms)

    Please note that on front end, we are removing all css styles and js scripts to load only Quill Forms styles and scripts in order to avoid conflicts.
    You have 2 options:
    1- Use custom fonts option in our basic plan.
    2- Do some custom development to load the font like the following code:
    <?php
    add_action('wp_enqueue_scripts', 'wp_12jm2rsdje8', 999999999);
    function wp_12jm2rsdje8() {
    if(is_singular('quill_forms')) {
    // enqueue your font here
    }
    }

    • This reply was modified 1 year ago by QuillForms.
    • This reply was modified 1 year ago by QuillForms.
    Thread Starter miminou

    (@miminou)

    Thanks a lot for your help.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS doesn’t work’ is closed to new replies.