Rounded corners, width-adjust, color customization
-
Hello,
I have a few questions about customization. I wonder if it’s possible to round the edges and to adjust the width of the box.
Additionally, I am interested in replicating the search form style on this website called, “Search with icon” which removes the box frame entirely and changes the color when the form field is clicked. The css they provide is this:
.active-cyan-2 input.form-control[type=text]:focus:not([readonly]) { border-bottom: 1px solid #4dd0e1; box-shadow: 0 1px 0 0 #4dd0e1; } .active-cyan .fa, .active-cyan-2 .fa { color: #4dd0e1;
Would it be possible to replicate this with the Ivory Search?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Rounded corners, width-adjust, color customization’ is closed to new replies.