Notifications
Clear all

wpForo 1.x.x [Solved] Top/menu bar

6 Posts
2 Users
0 Likes
2,501 Views
Posts: 3
 Tapy
Topic starter
(@tapy)
Active Member
Joined: 5 years ago

Good morning, I have a problem and I do not see the top bar of the forum menus. I have activated the button but they do not appear.

best regards,

David

5 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @tapy

Please navigate in Dashboard to Appearance > Menus admin page. Select the wpForo Navigation, then check/enable it for wpForo Menu location.

Also please read wpForo Menu Doc:

https://wpforo.com/docs/root/getting-started/forum-menu/

4 Replies
 Tapy
(@tapy)
Joined: 5 years ago

Active Member
Posts: 3

@sofy

Hi sofy, 

Thanks for the quick reply.
I have one more question. I change the color of the bar but it also changes the color of the letters. The letters I would like to put in one color and the bar in another.

It's possible?

best regards,
David

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@tapy,

Try the following CSS code. Put it in "Custom CSS code" textarea, loacted in Dashbpoard > Forums > Settings > Styles admin page. 

#wpforo #wpforo-wrap .wpforo-forum-description {
color: #544e4e !important;
}

Don't forget to press Ctrl+F5 (twice) on frontend before checking.

 Tapy
(@tapy)
Joined: 5 years ago

Active Member
Posts: 3

@sofy

hi sofy,

thanks you, I need another css code that I can't find to change the color background

attached capture

best regards,

David

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@tapy,

The CSS code can be found below:

#wpforo #wpforo-wrap #wpforo-menu li > ul {
background: #a7a0a0;
}