Notifications
Clear all

wpForo 1.x.x [Closed] I am facing a problem which a upside arrow on question and answer layout

2 Posts
2 Users
2 Reactions
1,385 Views
Posts: 1
Topic starter
(@jack67)
New Member
Joined: 6 years ago

Hi thanks for this forum.

I am facing a problem which a upside arrow on question and answer layout please see my attached screenshot I want to change this color I had try all color in style setting but its not works how can I can change the color of this blue arrow.or if this dont possible so how I can off them like not showing a arrow aur recent questions.

1 Reply
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi jack67,

use the following CSS code, put it in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea, save it , delete all caches, do CTRL+F5  on frontend. 

.wpforo-forum-footer .topictoggle{
color: #649e2d !important;
}

Don't forget to change the red marked color codes before using.