Reply To: Some Suggestions

Home Forums Support Some Suggestions Reply To: Some Suggestions

Home Forums Support Some Suggestions Reply To: Some Suggestions

#107509
Tom
Lead Developer
Lead Developer

Hi Allen,

When it comes to switching menus on different pages, a plugin like this may be super useful: https://wordpress.org/plugins/menu-swapper/

For different widgets on different pages, a plugin like Jetpack’s “Widget Visibility”, or “Display Widgets (https://wordpress.org/plugins/display-widgets/)” will work.

As for background colors for different pages – this may be a good free plugin that I’ll make.

For now, you can use custom CSS.

For example, if your page ID is “10”, this will target that page:

body.page-id-10 {
      background-color:#DDDDDD;
}