Change Font Size in Golden Eagle Homepage feature

Discussion in 'Forum Rules' started by beck, Jan 8, 2014.

  1. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
    I need to make the font smaller in this section, can you tell me how, I have read the copy code to custom css but I am not sure how it then works, can you let me know,
    Thanks
     
  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:
    .content h1 {
    font-size: 20px;
    }
    .feature-content .feature-box-inner h1 {
    font-size: 20px;
    }
    .feature-content .feature-box-inner p {
    font-size: 12px;
    } 
    You can adjust the value of "font-size" as per your requirement.
    This will solve your issue.
     

Share This Page