Move the purple text box on slider to left

Discussion in 'Andrina WordPress Theme' started by deveshd, May 17, 2013.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    1. The popup text box on slider comes on right side, how can I move it to appear on left side?

    2. Also, How can I totally stop it from appearing because I am planning on designing slides that will be text heavy and don't need text box hover over text.

    URL:http://webworxworld.com/client-demo

    Screen shot 2013-05-16 at 10.52.24 PM.png
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    1). For your first issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #slides .caption {
    left: 9px;
    margin-bottom: 20px;
    }
    This move the caption box on the left side of the slider.
    2). For your second issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #slides .caption {
    display:none;
    }
    This will remove the caption box from the slider.
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    works, thanks!
     
Thread Status:
Not open for further replies.

Share This Page