Customising front page of Roadfighter

Discussion in 'RoadFighter WordPress Theme' started by nicolev, Jan 4, 2019.

  1. nicolev

    nicolev Member

    Joined:
    Nov 4, 2013
    Messages:
    34
    Likes Received:
    0
    Hi Guys,

    on the front page of roadfighter there is a section for posts and testimonials. How can I get rid of this? Ideally I would like to put a social gallery feed in that section ie. juicer.io feed)

    http://www.uppermurraytourism.com

    thank you so much,
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    ul.featurebox {
        display: none;
    }
    
    .feature_testimonial {
        display: none;
    }
    Kindly refer the video I am attaching below that will help you.

    To put a social gallery feed in that section you can use a plugin and put the shortcode of the plugin in the widget area.

    I hope the above information will help you.

    Regards,
    Akbar
    InkThemes.com
     
  3. nicolev

    nicolev Member

    Joined:
    Nov 4, 2013
    Messages:
    34
    Likes Received:
    0
    Thank you Akbar - worked a treat - the only issue is that the widget panel is narrow....can I get access to the full width of that area?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    Yes, this can be possible by making some changes in the coding.

    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page