Change font size in Bottom Feature Heading

Discussion in 'GoldenEagle WordPress Theme' started by beck, Feb 27, 2014.

Thread Status:
Not open for further replies.
  1. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
    Golden Eagle pro I would like to change the font size in the bottom feature heading, also this text is coming up under my text how do I remove it, Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
    when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.
    My website is not up yet so I cant show you where it is,



     
  2. Piyush

    Piyush Support Staff

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

    1. To change the font size of bottom feature heading text,
    you can paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-bottom-left h2 {
    font-size: 25px;
    }
     
    2. "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
    when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries."

    This is the default text of Bottom Feature Text section, if you want to remove default text then
    go to the Appearance > Theme Options > Home Page Bottom Settings panel in your dashboard and paste your
    text in the Bottom Feature Text section.
    This will remove the default text and display your text.
     
  3. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
    thanks worked.
    :)
     
Thread Status:
Not open for further replies.

Share This Page