Notifications
Clear all

wpForo 1.x.x [Solved] Newbie - formatting pages

3 Posts
2 Users
0 Likes
732 Views
Posts: 9
Topic starter
(@jamesbay)
Active Member
Joined: 4 years ago

I work with WP on other sites, but having issues with the WPFORO plugin and formatting of things.  Someone help?

 

1. Changing font colors on menu's and widgets: how to?  On the theme editor and wpforo styles, there is no where to do this.

 

2. page width: I have tried a bunch of CSS codes.  Nothing is working.  Need full width and how to apply this.

 

Thanks all.  I think this has to do with the theme I have.  But, I have tried 5 themes and can't get the above working on any of them.

2 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @jamesbay,

1. Changing font colors on menu's and widgets: how to?  On the theme editor and wpforo styles, there is no where to do this.

To change the font color of the menu, please try to use the following CSS code:

#wpforo #wpforo-wrap #wpforo-menu li a {
color: #c06b7a;
}

Please note the red marked value can be changed.

Regarding the widget please let us know the wpForo widget name, you want to change the font colors?

2. page width: I have tried a bunch of CSS codes.  Nothing is working.  Need full width and how to apply this.

Please follow my answer in this support topic: https://wpforo.com/community/how-to-and-troubleshooting-2/cant-make-it-full-width-even-changing-the-themes/#post-42640

Posts: 9
Topic starter
(@jamesbay)
Active Member
Joined: 4 years ago

Thank you for your help.