Passer la navigation

[Résolu] i want to make the text input form a border bottom

This support ticket is created Il y a 3 years, 5 months. 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.

Ce sujet contient 1 reply, a 1 voix.

Dernière mise à jour par opadipeO Il y a 3 years, 5 months.

Auteur
Publications
#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 .