• Resolved Frode Stordalen

    (@keepsmiling)


    Is it possible to get a white color on the closing X in upper left corner?
    Is it possible to make the thumbnails bigger on the right side?
    Can I remove the -price and +price calculation on frontend?

    Thank you so much ??

    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 there,

    Can I remove the -price and +price calculation on frontend?

    You can do that by going to Settings > Product Configurator > Extra price options, and enabling “Hide the individual choice’s configuration costs in the configurator”

    Is it possible to get a white color on the closing X in upper left corner?
    Is it possible to make the thumbnails bigger on the right side?

    You can use the following CSS to change the size and the color:

    .mkl_pc .mkl_pc_container .mkl_pc_viewer > header > .cancel::before, .mkl_pc .mkl_pc_container .mkl_pc_viewer > header > .cancel::after {
        background: #FFF;
    }
    
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul ul.layer_choices.display-mode-colors .choices-list li.choice button.choice-item i.mkl-pc-thumbnail {
        width: 140px;
        height: 70px;
    }

    Marc

    Thread Starter Frode Stordalen

    (@keepsmiling)

    Thank you so much, again ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changes in the frontend of the configurator’ is closed to new replies.