Slider Descripton Box

Discussion in 'BlackBird WordPress Theme' started by nicholasellsay, May 26, 2013.

  1. nicholasellsay

    nicholasellsay New Member

    Joined:
    Feb 13, 2013
    Messages:
    6
    Likes Received:
    0
    Hi guys, can you please tell me:

    1) How to change my slider boxes color to be transparent (http://www.cityviewlandscaping.com/)

    2) How to change slider description text color, just in case I find that they need to accomodate more for the transparent box.

    Thanks!
     
  2. nicholasellsay

    nicholasellsay New Member

    Joined:
    Feb 13, 2013
    Messages:
    6
    Likes Received:
    0
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    1)
    Code:
    .flex-caption {
    background: rgba(20, 19, 19, 0.5)!important;
    }
    2)
    Code:
    .flex-caption p {
    color: your color value;
    }
    3)
    Code:
    .content h1 a {
    background: your color value;
    border-radius: 15px;
    padding: 4px;
    }
     

Share This Page