Title: Background Img
Last modified: August 31, 2016

---

# Background Img

 *  [taz88](https://wordpress.org/support/users/taz88/)
 * (@taz88)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/)
 * good day
 * Im using Boardwalk and would like to change the background img for each post.
   Is that possible?
 * and i would like to see the greed layout wen i click on a category with children,
   is this possible?
 * or when that is not possible is it possible to get a global variable wer i can
   finde out if a bg-img is set?
 * thanks for the help

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7319875)
 * 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("http://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](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/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,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)
 * > 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?
 *  Thread Starter [taz88](https://wordpress.org/support/users/taz88/)
 * (@taz88)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7319944)
 * thank you for replaying so fast, that was weary helpful.
 * my page is not live jet that’s why it’s now use to give you the link. (devweb.
   ncag.ch)
 * actually I’m using the cubic theme and i want to have the front page cubes when
   i click on a top class category. i’m searching the function to handle that.
 *  Thread Starter [taz88](https://wordpress.org/support/users/taz88/)
 * (@taz88)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7319945)
 * i’m using the cubic theme as a child of boardwalk. that i can overwrite some 
   things.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7319952)
 * Cubic already displays categories in the grid style, as you see here:
 * [https://cubicdemo.wordpress.com/category/writing/](https://cubicdemo.wordpress.com/category/writing/)
 * I’m still not sure I understand if that’s what you’re looking for, but hopefully
   we’re getting closer. 🙂
 *  Thread Starter [taz88](https://wordpress.org/support/users/taz88/)
 * (@taz88)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7319983)
 * good day,
 * first of all thanks for your suport.
 * is it possible to change the Cubic style, like im want to have specific post 
   on the front page Cubes?
 *  Thread Starter [taz88](https://wordpress.org/support/users/taz88/)
 * (@taz88)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7319987)
 * I’m trying to finde out were the function is located that displays the posts 
   in a grid format. So i can custom that function for my blog inputs.
 * If you could tell me, that would be great.
 * Thanks
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7320013)
 * > I’m trying to finde out were the function is located that displays the posts
   > in a grid format. So i can custom that function for my blog inputs.
 * It’s CSS, not a function, that creates the grid layout for posts. If you have
   a look at the stylesheet or use a [browser inspector](https://thewc.co/articles/view/web-inspector-tutorial)
   you’ll be able to see which styles are applied.
 * > is it possible to change the Cubic style, like im want to have specific post
   > on the front page Cubes?
 * You could try a plugin to control which posts are displayed on the front page.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Background Img’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/boardwalk/1.0.13/screenshot.png)
 * Boardwalk
 * [Support Threads](https://wordpress.org/support/theme/boardwalk/)
 * [Active Topics](https://wordpress.org/support/theme/boardwalk/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/boardwalk/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/boardwalk/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)

 * 7 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/background-img-1/#post-7320013)
 * Status: not resolved