This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hey again^^,
1) Is it possible to get 5 columns in the footer?
The settings show, that only 4 columns are possible. But i want to ask, because the “Engineer”-Theme has 5 columns:
2) Maybe u can give me the code for the social_media icons of the “Minimal”-Theme”? Would be glad 🙂
3) Is there a way to change the “related product slider” under the product on the “single product page”? So right now you can drag with the mouse, then the slider will slides.
But would it also be possible to add arrows to the left and right to slide?
So a little bit like Amazon for example:
Regards
Joey
Hello,
1. Please see screenshots from our demo – https://image.prntscr.com/image/fi4cNpW2RgyhxCEBZiiQjg.png > https://image.prntscr.com/image/YH3Gly4FROq2Du9q5M9MGA.png > https://image.prntscr.com/image/OzQ8DeVLSMGAlAB-_wgBzw.png
+ https://image.prntscr.com/image/e_SxkGjTTWipVvzM53X27g.png
2. Here are screenshots from the Minimal version – https://image.prntscr.com/image/JB5bQ2mWQhqMzBXe__qeSQ.png > https://image.prntscr.com/image/2O2NdbHjQz6hRzKqBi0hhA.png
Create Footer using Static block to be able to add [8THEME] Social links element.
Read more – https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/support/static-blocks/
3. Try to add this code in Theme Options > Styling > Custom css:
.single-product .swiper-entry .swiper-custom-right,
.single-product .swiper-entry .swiper-custom-left {
display: block !important;
opacity: 1;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up