AI Search
Classic Search
Notifications
Clear all
Apr 10, 2020 4:16 am
Hi, How to I style the WPForo widget. I have the widget (second from the left) on my footer area of a mockup I am doing.
http://www.christrott.com/gowyth/mockup03/
I would like to match up the solid, thicker white line with the grey lines left of it. Thanks
9 Replies
Apr 10, 2020 1:57 pm
Hi @spacerust,
Please put the CSS code in Top Black Admin Bar > Customize > Additional CSS, delete all caches and press Ctrl+F5 (twice) on that page.
.footer-widget .widget-title {
border-color: #333;
}
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Apr 10, 2020 2:35 pm
Ah great! Perfect! One more question, how to make that "admin" link from red to green? Thanks
Apr 10, 2020 11:47 pm
Hi @spacerust,
Try this CSS code:
#wpf-widget-recent-replies.wpforo-widget-wrap .wpforo-widget-content {
padding: 0px 1px 20px 1px!important;
}
#wpf-widget-recent-replies .widget-title {
margin: 0 0 15px!important;
}
Page 1 / 2
Next
