Viewing 1 replies (of 1 total)
  • Plugin Contributor Haris

    (@haristonjoo)

    Hi, thank you for choosing our plugin!
    To only show the title on the phone view, put this code to Custom CSS field:

    .frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content > div{
    display: none;
    }
    .frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content{
    padding-bottom: 15px !important;
    }

    Or if you want to hide the text box on the phone view, put this code to Custom CSS field:

    .frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content{
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Text and box’ is closed to new replies.