Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1068013

    Hi
    KIndly follow this topic for slideshow autoplay and customization of navigation.
    For the change in font size you can change it via adding below code in custom.css

    @media screen and (min-width: 992px)
    {
    .block-slideshow-item .block-title {
        font-size: 54px;
        line-height: 1.3;
    }}
    .block-slideshow-item .block-title {
        color: #ffffff;}

    You can check this via firebug http://prntscr.com/gxw6lh and override the style code using custom.css file.

    Regards

    moody Friend
    #1069113
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1069391

    Hi
    open
    File is in this folder /templates/ja_hotel/acm/slideshow/tmpl/style-1.php
    find and change

    <div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="false" id="block-slideshow-<?php echo $module->id; ?>">

    replace it with

    <div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="2000" data-slide="next" id="block-slideshow-<?php echo $module->id; ?>">

    Regards

    moody Friend
    #1069600

    the second image looks strange…there’s padding show at the right-top corner…how to fix it?

    • This reply was modified 7 years, 1 month ago by  moody.
    • This reply was modified 7 years, 1 month ago by  moody.
    Pankaj Sharma Moderator
    #1069627

    Hi
    Please open new thread for further new topic questions.
    It also helps other users.
    Regards

    moody Friend
    #1069869

    hi there, the font size of slideshow is not changing…. can you check for me ?

    thanks a lot

    oh donot worry, i fixed it, by adding "!important;" at the end…
    thanks a lot

    • This reply was modified 7 years, 1 month ago by  moody.
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  moody 7 years, 1 month ago.

The topic ‘slideshow auto play and font’ is closed to new replies.