• 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)
  • 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?

    Thread Starter taz88

    (@taz88)

    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

    (@taz88)

    i’m using the cubic theme as a child of boardwalk. that i can overwrite some things.

    Cubic already displays categories in the grid style, as you see here:

    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

    (@taz88)

    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

    (@taz88)

    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

    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 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.