Change Blog Section Width

Discussion in 'RoadFighter WordPress Theme' started by ainunh, Sep 5, 2013.

  1. ainunh

    ainunh New Member

    Joined:
    Jul 15, 2013
    Messages:
    2
    Likes Received:
    0
    This is regarding the Frontpage segment of the template (Roadfighter theme):
    1) At first I couldn't get my blog post to appear on the frontpage 'Latest Post" section. But after setting "featured image" on the blog post, the post did appear on the frontpage. However, I do not want any image on the frontpage "Latest Posts" segment. I want just text.

    2) Also, the width of the "Latest Posts" segment is to narrow, I'd like to make it the whole width of the page (as wide as the slider image). I have already set the number of posts to be shown to be 1 only, but it seems to have white space on the right, as though it's saving space for other posts.

    3) I'd like to delete the section which says "Any important notice with a call to action button can come here" just before the footer.

    Pls assist. Thank you!
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .featurebox .thumbnail img {
    display: none;
    }.bottom_tagline {
    display: none;}

    2) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     
  3. ainunh

    ainunh New Member

    Joined:
    Jul 15, 2013
    Messages:
    2
    Likes Received:
    0
    Can I just know whether there's a way I can display full blog post on the frontpage, instead of partial? Right now, it's showing partial blog post and to read the full post, you have to click on the link.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    2013-09-09_1532.png


    This will solve your issue.
     

Share This Page