Edit text showing on blog preview on home page

Discussion in 'RoadFighter WordPress Theme' started by webpeon, Aug 6, 2013.

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

    webpeon New Member

    Joined:
    Jul 30, 2013
    Messages:
    3
    Likes Received:
    0
    Hi I have 2 questions.

    1 How do I get the blog preview to show the whole title, mine gets cut off

    2 How do I remove the article snippet from below the title blogcut.png
     
  2. Piyush

    Piyush Support Staff

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

    1. For your first issue,
    Go to the front-page.php file present in your dashboard and increase the number shown in the image given below to that much of character that you want to display
    for the title of blog post on the home page.

    [​IMG]

    2. For your second issue,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featurebox .blog_item p {
    display: none;
    }
    This will solve your issue.
     
  3. webpeon

    webpeon New Member

    Joined:
    Jul 30, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks Piyush. Have to say this is the absolute best supported WP tool/site I've ever had the pleasure of using. Keep up the great work guys!
     
Thread Status:
Not open for further replies.

Share This Page