change font size in top feature

Discussion in 'Poloray WordPress Theme' started by deevam, Mar 13, 2014.

  1. deevam

    deevam New Member

    Joined:
    Mar 11, 2014
    Messages:
    1
    Likes Received:
    0
    How can I change the font size in the Top Feature heading and Top Feature description?
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider_info h1 a {
    font-size: 50px;
    }
    .slider_info p {
    font-size: 25px;
    } 
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     

Share This Page