Notifications
Clear all

wpForo 1.x.x [Solved] a.wpf-smile-button wpforo location ftp

3 Posts
2 Users
2 Reactions
644 Views
Posts: 28
Topic starter
(@hotrodradio)
Eminent Member
Joined: 5 years ago

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?

2 Replies
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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. 

Posts: 28
Topic starter
(@hotrodradio)
Eminent Member
Joined: 5 years ago

Thank you, it's fine. Clear enough 🙂