Hi there – Boardwalk doesn’t support a background image in the Customizer, but you can target different pages and posts by following this format:
.postid-81 {
background: url("https://path/to/your/image.png");
}
You can find each post/page’s unique ID by viewing the browser source and looking on the body tag, or by looking in the browser’s address bar when editing the post.
Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
and i would like to see the greed layout wen i click on a category with children, is this possible?
Could you explain what you mean by “greed layout”?
Could you provide a link to your site?