Change Button Text/Image
-
Hi–Wonder if you can help. I went reading thru some past articles–I am trying to change the text. I have a child theme. I just added the code below (pulled from a previous topic) at the bottom of “custom.css”..i was expecting the button to change…no change. Am i putting the code in the right spot–do I have too embed it in the file differently.
Appreciate the help. This is my first attempt at adding code within WordPress!
Appreciate any help/advice.
Thanks
span.thumbs-rating-up::before{
font-family: FontAwesome !important;
content: ‘\f164’ !important;
}span.thumbs-rating-down::before{
font-family: FontAwesome !important;
content: “\f165” !important;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change Button Text/Image’ is closed to new replies.