Forminator doesn’t allow change font size of form title?
-
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
- The topic ‘Forminator doesn’t allow change font size of form title?’ is closed to new replies.