Flex Caption Size

Discussion in 'RoadFighter WordPress Theme' started by elames3, May 31, 2013.

  1. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    I would like the flex caption on the home page slider to be wider and shorter than it is. I tried changing the code but it didn't work correctly. The white shade disappeared.
    What Custom css do I need to use?
    thank you
     
  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:
    .flex-caption {
    width: 700px;
    max-height:110px;
    }
    Adjust its value as per your requirements.
     

Share This Page