Fix wording in blog section

Discussion in 'GoldenEagle WordPress Theme' started by beck, Mar 3, 2014.

  1. beck

    beck New Member

    Joined:
    Jan 7, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Australia
    1. On the bottom section of the front page where is say blog on the original theme the writting needs to be smaller,
    2. and the per witting that comes with the theme is still there how can I remove this,
    3 on the gallery page on the info bar all the side bar needs to be gone, (page 2)
    Thanks
    www.yeppoonrealestatephotography.com.au
     
  2. Nitesh

    Nitesh Support Staff

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

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-blog h2 {
    font-size: 16px;
    }
    2) It's a default blog post. Create your own posts which will replace the existing one. Or just go to the Dashboard > posts and trash existing post "Hello World".

    3) Edit your gallery page and select "template fullwidth" as a page attribute.
    Check image for reference.
    fullwidthpage.png

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page