Okay
  Public Ticket #1646976
custom css for moving background text
Closed

Comments

  • nami started the conversation

    1. i wish to change the color of Bouncing arrow & text  in homepage Full Screen Moving Background, is there anyway to change it by using custom css?

    2.is it possible to use prettyphoto (lightbox effect) on youtube/vimeo video in portfolio section? 

  •  1,801
    Support replied

    Hello,

    1. the two arrows are actually an image residing in:

    /images/scroll_arrows.png

    to change the color box of the arrow:

    #arrow-box{

       background-color: #111;

    }

    to change the slider text color:

    .text-slide-vertical{

       color: #fff;

    }

    .bullet {

       color: #fff;

    }


    2. the popup lightbox effect in portfolio is only for images.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • nami replied

    thanks!