Notifications
Clear all

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.

 

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,474 Views
Posts: 1
Topic starter
(@jack67)
New Member
Joined: 7 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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.