BBCad
Forum Replies Created
-
@wpdreams please render assistance.
Please kindly advise why there is no response when I press the “enter” button. Besides, after pressing “enter” the search function stopped and the “more results” disappeared.
Thank you
Forum: Themes and Templates
In reply to: [Customizr] pls upgrade the theme to fontawesome to version 5Thank you for your information Rocco!
I am a beginner in editing web pages. I tried to use the following code to declare the family font in CSS but failed:
a.remove::after {
display:block;
font-family:Font Awesome\ 5 Brands;
content: “\f1f8”;
float: left;
text-indent: 0px;
}Would you please kindly teach me how to add a trash icon as a remove button ?
[shall I amend the function.php? css.php? or other files?]I tried the second time but failed too:
.woocommerce a.remove {
margin-left: auto;
margin-right: auto;
font-family: Font Awesome\ 5 Brands;
}a.remove::after {
content: “\f1f8”;
float: left;
text-indent: 0px;
}Please help!!
Forum: Themes and Templates
In reply to: [Customizr] pls upgrade the theme to fontawesome to version 5failed to change the “cross” button to “trash” button by using the following css:
/* Hide the “x” */
a.remove {
text-indent: -9999px;
border: 0;
}/* Add a Fontawesome icon instead */
a.remove::before {
content: “\f2ed”; /*or “\f1f8” */
float: left;
text-indent: 0px;
}Pls
Link