Hi, I have the Road Fighter pro theme and I need:

Discussion in 'InkThemes-Support Working Hours' started by shathaalzuhairy, Jul 3, 2015.

  1. shathaalzuhairy

    shathaalzuhairy New Member

    Joined:
    Jun 29, 2015
    Messages:
    2
    Likes Received:
    0
    Hi, I have the Road Fighter pro theme and I need: to keep the home page without the posts and testimonials.
    I would like the posts to be in a different page. And completely remove testimonials, they will not be needed or available to start.
    Thanks!
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content {
      display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page