Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220472
    Wytseg
    Participant

    Not sure if this is the right place to post this question. I’m integrating the E&P plugin in my current design, but I cannot get the corners to round.

    As you can see on https://whiteseastudio.com/edm-mixing-service/ I have rounded the corners of all text fields. But when you press “get started” at the price estimation form, I get a pretty nasty “not rounded” field.

    Is there a way to fix this?

    #1220477
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    #estimation_popup.wpe_bootstraped[data-form="1"] #mainPanel, 
    #estimation_popup.wpe_bootstraped[data-form="1"] .form-control {
       border-radius: 40px;
    }
    

    You may change 40px to adjust.

    Thanks

    #1220519
    Wytseg
    Participant

    You guys have the best support ever! Worked perfectly!

    Thank you so much!

    #1220527
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1220472 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>