Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Jul 24, 2021 5:16 pm
Hi,
I want to change the box/Link box color of the Sign In & Sign Up of wpforo User Profile & Notification widget. & it's hover color to some other.
Can you help me archive that?
Thank you
3 Replies
Jul 24, 2021 5:54 pm
change background-color ande color for title color and Put the code in the CSS custom
.wpforo-widget-wrap .wpf-button { background-color: #333 !important; color: #333 !important; }
Jul 24, 2021 5:54 pm
@rapid3dme
add this to custom css
.wpf-prof-loginout .wpf-button { background: #43A6DF !important; color: #FFFFFF !important; border: 1px solid #0099CC; } .wpf-prof-loginout .wpf-button:hover { background: #3F7796 !important; color: #FFFFFF !important; border: 1px solid #0099CC; }
Dashboard > Forums > Settings > Style (custom css)
and replace the hex color codes (#43A6DF, #FFFFFF, #0099CC and #3F7796) with yours