New Landing How can we help? Themeforest Theme Support Flexform custom background image

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Flexform
  • #40168
    webvec
    Member
    Post count: 1

    how can i have a custom background image instead of just white or color on all my pages?

    Thanks!

    #40626
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Are you using the boxed layout? If so, you can set the background image in Theme Options > Background Options.

    Hope that helps!

    – Ed

    #40800
    webvec
    Member
    Post count: 1

    Hi Ed,

    how can i use a custom background with the full width? is this possible to customize?

    Thanks you

    #41266
    Melanie – SUPPORT
    Member
    Post count: 11032
    #main-container {
    background: url(your-image.jpg) top center no-repeat;
    }
    #48778
    jacieames
    Member
    Post count: 8

    Is there a way to add this code for just the home or another single page?

    #49397
    Tekguild
    Member
    Post count: 171

    Yes, you can – just use .page-id-## in front of your CSS selector, replacing the ## with the ID of the page. You can use the Catch ID’s plugin to show the Page ID’s of your pages.

    It would look like this:

    .page-id-12 #main-container {
    background: url(your-image.jpg) top center no-repeat;
    }
    #50223
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thanks grokism!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register