Notifications
Clear all

wpForo 1.x.x [Closed] how to change this topic title in recent topic section??

2 Posts
2 Users
0 Likes
1,333 Views
Posts: 11
 Asma
Topic starter
(@asma)
Eminent Member
Joined: 6 years ago

how to change this topic title in recent topic section I had set my font color to black so thats why its hidden in black color How I change just this title color showing in screenshot?

1 Reply
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

The following CSS code should help you:

.wpforo-content > #wpforo-title{
color: #f21313 !important;
}