How to remove home page\slide\caption square window and log in/resister feature

Home Support eCommerce Gem Plus How to remove home page\slide\caption square window and log in/resister feature

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8667
    Ying
    Participant

    Hello,
    Thanks for all your support so far!
    I want to remove home page \ slide \caption window and show the slide picture I designed only. Is it possible and how?
    Gem plus demo shows the slide with different caption style, can I check how do that?

    Secondly, I want to leave advertisement under slider , no overlay and no text, is it possible and how?

    Thirdly, may I know is this theme designed for checking out after client registering and log-in only? How to set up the feature that shows”return customer? click here to log in”. Thank you , and this is my site: http://www.pawonfashion.com

    Ying

    #8668
    ProDesigns
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.