Slider Description box move to left

Discussion in 'BlackBird WordPress Theme' started by tripperking, Jan 28, 2015.

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

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    I was able to move the box to the left side with the code .flex-caption{left:20px;}
    But the image dots didn't follow and are still on the right. What additional code do I need to add ?

    Web site http://associatedfreightllc.com/
    Thank you
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi tripperking,

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

    Code:
    .flex-control-nav {
    right: 67%;
    }
    Thanks,
    Praveen
     
  3. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Perfect worked great
     
  4. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Now that I have it moved how do I set the color of the box ? When I change themes colors I would like the box to match OR go to a more solid black

    Thanks
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-caption {
      background: black;
    }
    
    Change color according to your requirement.

    Thanks & Regards
    Pramod
     
  6. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Thank you that worked
    And how do I control Text color please - didn't notice I wanted that till I changed the box color :)
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi tripperking,

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

    Code:
    .flex-caption p {
    color: red;
    }
    .flex-caption h1 a {
    color: green;
    }
    Thanks,
    Praveen
     
  8. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page