Move Punchline to Top of Page

Discussion in 'RoadFighter WordPress Theme' started by vibrandsee, Oct 18, 2015.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hello,

    1) How do I move the punch line to be above the slider?
    2) How do I remove the call to action entirely from displaying in the slider
    3) How do I turn "off" testimonials?

    I'm sure these are all quick answers, so I've posted in a single thread :)

    Thank you!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    As per your above queries, here are the solutions accordingly.

    1) How do I move the punch line to be above the slider?

    For this, there would be requirement of some customization in the source code, so please send us your dashboard credentials at [email protected] and we will do it for you.

    2) How do I remove the call to action entirely from displaying in the slider

    Regarding this, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .call-us {
        display: none !important;
    }
    3) How do I turn "off" testimonials?

    Regarding this issue, as I guess from your above words that you are interested in removing this section from the home page.

    If yes, Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .feature_testimonial {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page