Road Fighter: how to remove or translate next post and previous post ?

Discussion in 'RoadFighter WordPress Theme' started by dedieo62, Apr 26, 2014.

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

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
  2. Piyush

    Piyush Support Staff

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

    1. To remove "next post and previous post" text,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    nav#nav-single {
    display: none;
    } 

    2. To remove the line below 'Attractions aux environs' on sidebar,
    Go to the style.css file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    This will solve your issue.
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Helo,

    Thanks a lot,
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page