Hi Ying,
1) I want to remove home page \ slide \caption window and show the slide picture I designed only. Is it possible and how?
Please go to Appearance >> Customize >> Additional CSS and add following CSS
a.button.slider-button {
display: none;
}
.caption-wrap {
opacity: 0;
}
2) Gem plus demo shows the slide with different caption style, can I check how do that?
We are using Slider Revolution in our demo. You need to purchase this plugin from codecanyon and can use it.
3) I want to leave advertisement under slider , no overlay and no text, is it possible and how?
Please add following CSS for it
#home-page-advertisement-area .advertisement-widget .advertisement-text-wrap {
display:none;
}
#home-page-advertisement-area .advertisement-widget.overlay-enabled .advertisement-wrap{
padding: 115px 0;
}
#home-page-advertisement-area .advertisement-widget.content-left-aligned.overlay-enabled .advertisement-wrap:before, #home-page-widget-area .advertisement-widget.content-left-aligned.overlay-enabled .advertisement-wrap:before{
background: transparent;
}
4) How to set up the feature that shows”return customer? click here to log in”
It might be feature of WooCommerce. Please check WooCommerce documentation once or contact their support team.
Thank you.