• Hello,
    I have an elementor form on my oceanWP site. As seen in the image below, the checkboxes are just vertical lines. Is there any chance to change the design of those?

    I want to have circles or squares as a checkbox which looks bettr (in my opinion).
    Is it posisble to change within OceanWP customization?

    View post on imgur.com

    Many thanks!

    Best regards,
    Philipp

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello liketheusp,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {
        display: inline-block !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter liketheusp

    (@liketheusp)

    Hello!
    the css code below did work. Many thanks!
    Is it possible to make these as circle and not square? Sorry, I have absolutely no coding skills at all ??

    Many Thanks,
    Phil

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[OceanWP] Checkboxes Design’ is closed to new replies.