• Resolved Frode Stordalen

    (@keepsmiling)


    Hi ??

    Thank you for a great product!

    I have issues with adding a background image to the viewer. Only the color I choose will be visible on front end.

    I use the Le Bolide theme.

    Greatful for help ??

    Best from Frode

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Frode,

    At the moment the Bolide theme does not support the background image feature.

    But you can make it work with a bit of CSS:

    .mkl_pc .mkl_pc_container .mkl_pc_bg:not(.default-bg)  {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 50%;
        background-size: auto;
        background-position: 50% calc(100% + 200px);
        background-repeat: no-repeat;
        background-color: red;
    }
    
    .mkl_pc .mkl_pc_container .mkl_pc_bg:not(.default-bg) + .mkl_pc_viewer {
        background: transparent;
    }

    Marc

    Thread Starter Frode Stordalen

    (@keepsmiling)

    Thank you! Worked out perfect! ??

    //Frode

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background image on viewer not showing’ is closed to new replies.