• I run the website https://www.theserialkillerpodcast.com which is using this theme. When I click on the Menu on the top left, I know how to modify the options to put here but how do I modify the background? Is there a way I can set the background to black or with an image? Can I modify the text at all?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @alextskpodcast – the slide-out panel displays your custom menu – which you can edit in Appearance > Menus – and your widgets, which you can edit in Customize > Widgets, or Appearance > Widgets.

    You can change its background colour by adding this to your Additional CSS panel in the Customizer:

    /* Change colours in slide-out menu/widget area */
    .sidebar {
      background-color: #000000; /* background colour */
      color: #ffffff; /* font colour */
    }

    Let me know if it gives you the effect you want.

Viewing 1 replies (of 1 total)
  • The topic ‘No “Menu” page to edit’ is closed to new replies.