Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #678931

    Hi,
    i like to change my Single Product Cart like the Demo one. Picture in the Private Content Area.

    What i need to change?
    Background Color: f8f8f8
    Border Color: e1e1e1

    and the Product Add-on Text not above – like the demo on the left alongside.

    #678938

    Hey Heimkinopartner!

    Please add following code to Quick CSS as well

    .single .cart {
        border: 1px solid #e1e1e1!important;
        padding: 10px;
    }

    Best regards,
    Yigit

    #678945

    Hi Yigit,

    thanks it worked. Maybe you can help with the other problem? I think the picture explain it. Text left side not above.

    #678953

    Hi!

    Please add following code to Quick CSS as well

    .single-product h3.addon-name + p.form-row {
        float: left;
        width: 80%;
        clear: right;
        margin-top: -9px!important;
    }
    .single-product h3.addon-name {
        float: left;
        width: 20%;
    }

    Best regards,
    Yigit

    #679008

    Perfect, Thanks! :D

    #679481

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Single Product Cart Change’ is closed to new replies.