Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Is it possible to insert text near the icon? › Reply To: Is it possible to insert text near the icon?
November 9, 2021 at 1:17 pm
#35475
Keymaster
Oh, I understand. Could be actually doable:
.prosettings, .prosettings .innericon {
width: auto !important;
white-space: nowrap;
}
.prosettings .innericon {
display : flex;
align-items : center;
margin: 0 6px !important;
}
.prosettings .innericon::after {
content: 'Category and Region'! important;
white-space: nowrap;
font-size: 16px! important;
color: #ffffff;
line-height: 50px;
height: 100%;
vertical-align: middle;
margin: 0 6px 0 8px !important;
}