I am styling the cred form, just want to round the single line, select and other input. I have read https://toolset.com/documentation/user-guides/styling-cred-forms/ . and multi line and others are rounded. but single line is not.
could you please help me check the code?
.wpt-form-textarea, .wpt-form-select, .wpt-form-textfield{
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
}
By default, if you load Bootstrap, those Fields are already rounded.
But not in Toolset Starter theme, which by irony, also loads Bootstrap.
(You can test with another theme, it will work 😉 )
But Toolset Starter Theme seems to have it nicely customised, which I do not appreciate, and as the current Developer of that Theme (since a short time) I will try to change this (I cannot decide it on my own though).
For now, please apply !important.
It will solve the issue.
I will escalate this ticket to myself, to see what I can do.
Thanks for the heads up.
Great! All done! Thank you so much for your help! 🙂
I reopen this so I have a reference to update when I would do the change in the Theme.
Thank you.
I do not yet have any update for this.
We will not be adjusting this.
The reason is simple:
The Toolset Starter Theme is not recommended anymore and instead, any Theme can be used with Toolset.
To adjust this it requires custom code that you can apply to a Child Theme for example.
As well the Theme provides a feature to display certain custom styles thru the Customizer Options (Advanced and CSS options).
What I can recommend if you want a slick Bootstrap 3 theme is this:
hidden link
It's a theme I made in past, it receives no support here in Toolset, but works just fine and is very informatively coded, so you can learn while using it.