Slider text Box - Change color or transparent

Discussion in 'BlackBird WordPress Theme' started by helplineyouth1, Aug 26, 2014.

  1. helplineyouth1

    helplineyouth1 New Member

    Joined:
    Aug 7, 2014
    Messages:
    5
    Likes Received:
    0
    Hi I want to know if there is a way to change the color of the slider text box and or make it transparent to see the text and the picture. Your help is greatly appreciated.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS to make the box transparent, in Custom CSS
    Code:
    .flex-caption {
    background: 0;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page