• Resolved fab17an

    (@fab17an)


    Good day,

    I would like that when selecting the text it is not underlined in blue, I tried with css but without any result, please I hope you can help me.

    I detail the line of code that I added to customize the style of the form

    css
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
    	border: none !important;
    	background: none !important;
    	border-bottom: 1px solid #121212 !important;
    	border-radius: 0 !important;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea:hover {
     background-color: #D1181800 !important;
    }

    imagen como se ve sin seleccionar:

    https://prnt.sc/wV4nZrnMDG2T

    imagen como se ve al seleccionar el campo:

    https://prnt.sc/KP4cD7TKAaDh

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BLUE BORDER WHEN SELECTING A FIELD’ is closed to new replies.