dropdown list custom

Home Forums Quform WordPress dropdown list custom

This topic is: not resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16773
    beautifulworld
    Participant

    Hello,
    I would like to custom the dropdown list design as the screenshot attached…
    Please could you help me?
    Thanks and regards.

    Eric

    Attachments:
    You must be logged in to view attached files.
    #16778
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #16796
    beautifulworld
    Participant

    Hi Ally,
    thanks for your help.
    Dropdown menu Customization is ok and works fine.
    But I would like to customize radio checkbox in CSS and center the submit button in the lengh…
    (cf screenshot)

    Please could you help me for these 2 items?

    Regards.
    Eric

    Attachments:
    You must be logged in to view attached files.
    #16799
    beautifulworld
    Participant

    Please find below the link and CSS code I’ve tried for radio checkbox customization…
    in vain:

    http://mc-autoecole-pp.quedubeaumonde.fr

    ___________

    I’ve tried with this CSS code:

    input[type=”radio”]:not(:checked),input[type=”radio”]:checked
    {
    display:none;
    }

    input[type=”radio”]+label
    {
    display:block;
    margin:2px;
    }
    input[type=”radio”]+label:before
    {
    content:””;
    display:inline-block;
    width:1em;
    height:1em;
    background-color:#000;
    border:2px solid #C60;
    border-radius:55px;
    }

    input[type=”radio”]+label:hover:before
    {
    background-color:#F60;
    }
    input[type=”radio”]:checked+label:before
    {
    background-color:#FC0;
    }
    input[type=”radio”]:disabled+label:before
    {
    background-color:#999;
    border:2px solid #333;
    }

    #16842
    Allan
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy