• Resolved san2102

    (@san2102)


    Hi, I would like to change the opacity of the Form block fields.

    In the block settings, we can only add Hex code, and I would like to change the opacity.

    Thank you for your help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Prin a11n

    (@prin_settasatian)

    Hi there,

    I understand you would like to change the opacity of each field in the form block.

    Please use the following CSS:

    .uagb-forms-input {
        opacity: 0.5;
    }

    You can change the opacity value to your liking.

    To add custom CSS code:
    1. Go to your site’s dashboard.
    2. On the left sidebar, click on Appearance -> Additional CSS.
    3. Paste the code and click on the Save Changes button.

    Let me know if you need further help.

    Thread Starter san2102

    (@san2102)

    @prin_settasatian

    Thank you so much, this is exactly what I was looking for.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Form Block change opacity fields’ is closed to new replies.