Would like to change the text "latest from the blog" on the homepage

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Jun 25, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Instead of saying "latest from the blog", I would like for the text to say "Latest from the Farm Blog" on the home page. Thank you.
     
  2. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Would also like this to be red in color
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Go to Appearance=>Theme Options=>Home Page Bottom Feature and write you blog heading text in Home Page Blog Heading Text.
    See attachment as a reference :-
    roadfighter_change_blog_heading.png

    To change font color of blog heading, first disable cufon.js and then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content h2 {
      color: red;
    }
    Thanks,
    Praveen
     

Share This Page