This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Is it possible to insert text near the icon?

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?

#35475
Ernest MarcinkoErnest Marcinko
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;
}