Text box on slider

Discussion in 'RoadFighter WordPress Theme' started by outsidebcn, Jul 5, 2013.

  1. outsidebcn

    outsidebcn New Member

    Joined:
    Jul 2, 2013
    Messages:
    12
    Likes Received:
    0
    Hello, how could I move up a few pixels the entire text box on slider including heading and descrption?

    And also need to delete button "read more" and link from slider

    Finally, can slider shadow effect be deleted?

    Thanks a lot in advance
     
  2. 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:
    @media only screen and (max-width: 1800px) and (min-width: 1401px){
    .flex-caption{
    bottom:86px;
    }
    }
     
    .flex-caption a.slider-readmore{
    display:none;
    }
     
    .slider-wrapper{
    background:none;
    }

    This will solve your issue.
     

Share This Page