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 [Solved] Top/menu bar

6 Posts
2 Users
0 Reactions
3,079 Views
Posts: 3
 Tapy
Topic starter
(@tapy)
Active Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 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: 8 years ago

Support Team
Posts: 5483

@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: 6 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: 8 years ago

Support Team
Posts: 5483

@tapy,

The CSS code can be found below:

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