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.
Hey Heimkinopartner!
Please add following code to Quick CSS as well
.single .cart {
border: 1px solid #e1e1e1!important;
padding: 10px;
}
Best regards,
Yigit
Hi Yigit,
thanks it worked. Maybe you can help with the other problem? I think the picture explain it. Text left side not above.
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
Perfect, Thanks! :D
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