Thank you.
In the demo page here https://ipskit.com/ i have simply installed the latest magnum theme version from marketplace, and installed the ipsKit theme addons app. plus enabling all the features like swiper slider and footer blocks...etc)
if something is not the same as the demo page please let me know
there was a problem with the logo not being aligned correctly. check this comment 2874811 to fix the logo if its floated on left side of the screen.
sorry it wont come back because its really just easier to use the custom.css for styles 🙂
.swiper:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
background: linear-gradient(to top, black 0%, transparent 35%, transparent 0%, white 100%);
z-index: 2;
}