How to remove text box on slider

Discussion in 'RoadFighter WordPress Theme' started by johnboy58, Jul 9, 2013.

  1. johnboy58

    johnboy58 New Member

    Joined:
    Jul 9, 2013
    Messages:
    23
    Likes Received:
    0
    Hi,
    I would like to look at having a fixed image on the front page or maybe slider without the text box. Can someone tell me how this could be done?
    Thanks,
    John
     
  2. Piyush

    Piyush Support Staff

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

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

    Code:
    .flex-caption-wrapper {
    display: none;
    }
    This will solve your issue.
     
    johnboy58 likes this.
  3. johnboy58

    johnboy58 New Member

    Joined:
    Jul 9, 2013
    Messages:
    23
    Likes Received:
    0
    Worked like a charm. I picked up another bit of code from a previous thread about pushing the slider down, I gather I can paste multiple CSS code snippets in the Styling Options box. Is there a limit to this?
     
  4. Piyush

    Piyush Support Staff

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

    No, There is no limit to add multiple CSS code snippets in the custom css section.
    You can add as many CSS code snippets as you want, in the custom css section.
     

Share This Page