Remove slider heading...

Discussion in 'BlackBird WordPress Theme' started by lauramts123, Jan 24, 2016.

Thread Status:
Not open for further replies.
  1. lauramts123

    lauramts123 New Member

    Joined:
    Jun 20, 2013
    Messages:
    16
    Likes Received:
    0
    Location:
    1084 Lancaster Avenue Bryn Mawr, PA 19010
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-caption {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. safdaarh

    safdaarh New Member

    Joined:
    Nov 8, 2016
    Messages:
    9
    Likes Received:
    0
    hello,
    how do you make the Heading (box) on the slider Transparent ?
    Thanks
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi,

    To make your slider caption transparent, you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options
    Code:
    .flex-caption {
        background: none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. safdaarh

    safdaarh New Member

    Joined:
    Nov 8, 2016
    Messages:
    9
    Likes Received:
    0
    Hi Naveen, Thanks for the tip..I was also interested in making the slider caption with transparency as appeared in the following site I saw : http://www.limousine-klagenfurt.com/ru/
    Please for the codes for this, many thanks
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Just use the same code there as well. It will work.
     
  7. safdaarh

    safdaarh New Member

    Joined:
    Nov 8, 2016
    Messages:
    9
    Likes Received:
    0
    This set of codes
    .flex-caption {
    background: none;
    }
    removes the box completely but like in the site http://www.limousine-klagenfurt.com/ru/ the box is still visible yet transparent. I need a code for this please.
     
  8. safdaarh

    safdaarh New Member

    Joined:
    Nov 8, 2016
    Messages:
    9
    Likes Received:
    0
    This set of codes
    .flex-caption {
    background: none;
    }
    removes the box completely but like in the site http://www.limousine-klagenfurt.com/ru/ the box is still visible yet transparent. I need a code for this please.
     
  9. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    It seems you want the transparency in that caption area, right?
    Just use below code:
    Code:
    .flex-caption {
        opacity: .65;
        filter: alpha(opacity=65);
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  10. safdaarh

    safdaarh New Member

    Joined:
    Nov 8, 2016
    Messages:
    9
    Likes Received:
    0
    Thank you very Much Mr Naveen...this does the trick :)
     
  11. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page