change background pic

  • Unknown's avatar

    can we change background pic for every menu, page . if so, please help . thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Yes you can do this. You would need to create a CSS rule for each and every page you wish to have a different background image on, and you would be using the unique page id body class found in the opening HTML body tag in the source code.

    I used the web inspector built into my browser to find the relevant CSS. If you are not familiar with the web inspector in your browser, take a look at our support page on How to Find Your Theme’s CSS where you will find some brief screencasts to get you started with it. I find it an invaluable tool when working with CSS.

    This would be the basic CSS to add a background image to the nymp page. Additional changes and/or additions may have to be made depending on the nature of the image you use.

    body.page-id-18 {
        background: url('URL_OF_IMAGE') no-repeat scroll 0 0 transparent;
    }

    To make the above change, you would have to purchase the Custom Design upgrade, which you can find at Store > Store in your dashboard.

    You can try out and preview Custom Design before you buy as explained here.

  • Unknown's avatar

    When I purchase the plan, do I have to pay it in full ??? Also on the page nymph, how can I add posts to it . Like make it so when I write posts related to nymph I can add it to the page or can that not be done ???

  • Unknown's avatar

    Hi, yes you would have to pay in full to be able to use the Custom Design features.

    For Nymph, there are a couple of options. Nymph is a static page, and we can use the Display Posts Shortcode to display posts on static pages, but the formatting is not going to be like a normal blog page. My suggestion would be to add a Category called Nymph and assign the posts you wish to show on the Nymph page to that category. You can use the Custom Menu feature to add that category to your navigation menu.

    You can try out those two options and see which you like better.

  • The topic ‘change background pic’ is closed to new replies.