Notifications
Clear all

wpForo 1.x.x [Closed] my wpforo menu fonts are showing black how to change it ?

4 Posts
2 Users
1 Likes
583 Views
Posts: 24
Topic starter
(@mtariq)
Eminent Member
Joined: 4 years ago

my wpforo menu fonts are showing black how to change it ? mean where home, log in log out ,account icons are shown that fonts are black not visible how to change it

Topic Tags
3 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @mtariq,

Please leave your forum URL to allow us to check it.

2 Replies
(@mtariq)
Joined: 4 years ago

Eminent Member
Posts: 24

@alvina

Www.specsidea.com 

This is website 

Please click on virtual community icon where u will find the forum.kindly tell me quick I m waiting for your answer. 

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1869

@mtariq,

my wpforo menu fonts are showing black how to change it ? 

Please navigate to the dashboard > Forums > Settings > Styles admin page, out the following CSS code in the "Custom CSS Code" texture. It should solve the issue.

  • #wpforo #wpforo-wrap #wpforo-menu li a {
    color: #fff !important;
    }

Please note the red marked value can be changed.

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.