How to decrease font size of title in slider box

Discussion in 'Andrina WordPress Theme' started by scarn8881, Jan 21, 2014.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    How can I decrease the font size of the title in the slider box (see image)? Thank you!
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    #slides .caption h2 {
    font-size: 18px;}
    Change font size according to your requirement.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    Thank you!
     

Share This Page