Hi,
I think yes, upload your modified image to child theme in wp-content/themes/kleo-child/assets/img/
then add this css to child theme style.css
COPY CODE
#bbpress-forums #bbp-search-form input[type=submit], #bbpress-forums #bbp-search-form input[type=submit] {
border: 0;
text-indent: -9999em;
background: url(../../assets/img/sprite.png) no-repeat;
width: 24px;
height: 24px;
border-radius: 100%;
position: relative;
float: right;
margin-top: 3px;
}
Instead of ../../assets/img/sprite.png put your image url
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution