Tagged: 

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

    Hi
    Use this code in custom.css file to add effect on the slideshow item title only

    
    .swiper-slide .slider-content-inner .item-title {
        text-shadow: 2px 2px #ff0000;
    }

    Regards

    christofferl Friend
    #1032330

    Fantastic! Can you also give example on how to add the shadow to the smaller text below the Heading text?

    Also, another qeustion: I can not get the slider to automatically start doing the slideshow, it is stuck on the 1st image. How to solve this?

    Pankaj Sharma Moderator
    #1032336

    Hi

    Use this code in custom.css file

    
    .swiper-slide .slider-content-inner .item-desc {
        text-shadow: 2px 2px #ff0000;
    }

    for further new topic question please open a new thread.

    Regards

    christofferl Friend
    #1032345

    Sorry but this is the same code you gave earlier … did you insert the correct one to this chat?

    Pankaj Sharma Moderator
    #1032348

    Hi
    Kindly check carefully the code is different.
    Regards

    christofferl Friend
    #1032352

    Ooops, I am sorry. Everthing works perfectly! Thanks a lot.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  christofferl 7 years, 6 months ago.

The topic ‘In the slideshow, how to get a shadow effect on the text?’ is closed to new replies.