.bbp-search-form input[type="submit"] {
font-size: 0;
}
.bbp-search-form input[type="submit"]:before {
content: "\e90b";
font-family: 'xstore-icons';
font-size: 14px;
display: inline-block;
}
please add this css code
and clear your plugin cache if you have one
Hello,
Submit button was created using input. It’s not possible to use CSS pseudo elements for the input to replace the text by icon. So, contact plugin author to get help with editing the PHP files that are related to bbpress search form and HTML structure of the form to get icon instead of the text.
Regards
Hello,
Also, you can try
#bbpress-forums input#bbp_search_submit {
color: transparent !important;
background-color: transparent !important;
border-color: transparent !important;
font-size: 0px;
padding: 0px 28px;
z-index: 3;
}
#bbpress-forums #bbp-search-form> div:after {
content: "\e90b";
font-family: 'xstore-icons' !important;
position: absolute;
font-size: 25px;
top: 40px;
right: 32px;
}
http://prntscr.com/mjhuoy (in this case, the background of the button will be transparent).
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
adb2cf8c-15ed-4d7a-a406-790658a81a6c | 03 Dec 2019 |