Slider Text Box - Can it be moved?

Discussion in 'BlackBird WordPress Theme' started by anylee, Jul 14, 2014.

  1. anylee

    anylee Guest

    Joined:
    May 31, 2013
    Messages:
    35
    Likes Received:
    1
    Hi I would like to know if I can move the text box to the left instead of being at the right? Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.flex-caption {
    left: 15px;
    }
    .flex-control-nav {
    left: 300px;
    text-align: left;
    }
    .flex-control-nav li:first-child {
    margin-left: 5px;
    } 
    You can adjust the above values as per your requirement.
    This will fulfill your requirement.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .flex-caption {
    right: 0;
    left: 15px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  4. safdaarh

    safdaarh New Member

    Joined:
    Nov 8, 2016
    Messages:
    9
    Likes Received:
    0
    How can I Change the colour of text Box to transparent but still maintaining a light shade of the colour.
     
  5. Naveen

    Naveen Guest

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

Share This Page