Aug 31, 2018 8:57 pm
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
Sep 01, 2018 11:05 am
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.