Skip Navigation

[Resolved] Cred form css styling issue

This support ticket is created 7 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 6 replies, has 2 voices.

Last updated by Beda 6 years, 6 months ago.

Assisted by: Beda.

Author
Posts
#556788
QQ图片20170805014406.png

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;
}
#556825

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.

#557088

Great! All done! Thank you so much for your help! 🙂

#557666

I reopen this so I have a reference to update when I would do the change in the Theme.

Thank you.

#563102

I do not yet have any update for this.

#564040

🙂

#803204

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.

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.