Hello,
We bought the smiley package and it works great. Now a smiley has been added in the lower right text field which is almost invisible to users and I want to adjust it. It's called : a.wpf-smile-button .
Now I want to know the location to replace it to a clearer icon. I just can't find the icon a.wpf-smile-button? How to do that?
Hi @hotrodradio,
You can use the CSS codes for this purpose.
Below are provided examples:
a.wpf-smile-button {
color: #880404 !important;
}
i.far.fa-smile {
font-size: 35px !important;
}
.fa-smile:before {
content: "\f4da";
}
You should change the red marked values as you like.
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
Also please note: the wpForo paid addons are being supported on the gVectors.com forum. Here we support the core wpForo plugin.
Thank you, it's fine. Clear enough 🙂