Skip Navigation

[Resolved] i want to make the text input form a border bottom

This support ticket is created 2 years, 1 month 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.

This topic contains 1 reply, has 1 voice.

Last updated by opadipeO 2 years, 1 month ago.

Author
Posts
#2524063

Hello,

I want to make the form text input a border bottom only, i want to take out the border and only include the border bottom, so i did this in the css editor
input[type="text"]{
border: none;
border-bottom: 2px solid #CE9805;
}
so how can i go about making the text form border bottom?

#2524153

hello,
i have been able to resolve the text input styling .