• Resolved jfairchild01

    (@jfairchild01)


    I asked chatgpt because i couldn’t figure out how to change font size of title of form (which is actually called “section” I guess). It’s so weird to think that the developers wouldnt’ think we’d want to customize font size. Anyway, chatgpt said I needed to do a complicated CSS strategy of going to developer tools etc. So I did what I could but it didn’t work. It said to make the css:
    .forminator-field .forminator-title { font-size: 20px; /* Adjust the font size as needed */ }
    I tried that, and it didn’t work. Then I tried changing those names to the name of the section and what I titled it, that didn’t work:
    .section-1 .Get A Free Estimate {
    font-size: 14px; /* Adjust the font size as needed */
    }

    Lastly, there’s an “edit form” white text words at the bottom of my form that I can’t figure out how to get rid of

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Adam – WPMU DEV Support

    (@wpmudev-support8)

    Hi @jfairchild01

    I hope you’re well today!

    Let’s break it down into simpler pieces.

    1. Form title.

    I understand you are talking about front-end display. Forminator doesn’t display form title on front-end. It only displays form itself. Any “main title” that you’d get on page would be just a post/page title that you set in post/page editor.

    2. Section title.

    That’s a different thing. It’s a title/subtitle of certain section of the form that you add using “Section” field. You don’t need any custom solution to set that. Instead go to “Appearance” setting of the form and switch “Fonts” option to “custom”.

    Then you’ll find “Section Title” option there where you can select font and set its size.

    https://app.screencast.com/a2BwTPXE4u7oE

    For font color you switch “Colors” option to “Custom” in the same “Appearance” settings of the form and there’ll be “Section” option where you can set color for both section title and subtitle.

    https://app.screencast.com/8erY8wocxbAJf

    3. The “Edit form” link

    This is only visible if you are logged-in user with permission/role that allows editing it. But you can remove it by adding following CSS to the site:

    .forminator-module-edit-link {display:none;}

    Note: you need to add it to the site via some custom CSS option (e.g. of your theme) or child theme’s CSS and not to the custom CSS in form settings.

    Kind regards,
    Adam

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @jfairchild01,

    I hope you’re doing great!

    We haven’t heard from you for a while, so I’ll be marking this thread as resolved.

    Please feel free to reply if you still have any questions, or need further assistance.

    Best Regards,
    Dmytro

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.