• Resolved colinbuckler

    (@colinbuckler)


    I have checked and configured the “Background Image” option for the “Docs Page”, “Archive Page” and “Live Search”. However on the “Single Doc” settings there is no option to configure “Background Image”.

    Appearance -> BetterDocs -> Single Doc -> Background Image

    Any help on getting a “Background Image” on the “Single Doc” page would be really helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Pial

    (@iapial)

    Hello @colinbuckler ,

    Hope you are doing well.

    We have already added this to our Feature list and hopefully, we will be working on it in the future.

    We will notify you when the feature is available in the update.

    Meantime you can use this CSS to add a background image on the Single Doc page:

    .betterdocs-single-wraper .betterdocs-content-area .docs-single-main {
        background-color: #ffffff;
        margin: 0px 15px;  
        
    }
    
    .betterdocs-single-bg .betterdocs-content-area, .betterdocs-single-bg .betterdocs-content-full {
        background-image: url(http://example.com/wp-content/uploads/2022/04/backgroung.png);
    }

    Note: Please upload your desired image on Media and change the background-image URL with that.

    Hope it helps.

    Let me know if you need anything else

    Thank you.

    Thread Starter colinbuckler

    (@colinbuckler)

    Thats worked – many thanks…

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

The topic ‘Single Dox -> Background Image Option (Missing)’ is closed to new replies.