Phone number, "latest from the blog", slider "read more" section

Discussion in 'RoadFighter WordPress Theme' started by vortex14141, Oct 3, 2013.

  1. vortex14141

    vortex14141 New Member

    Joined:
    Sep 12, 2013
    Messages:
    1
    Likes Received:
    0
    Hi, where do I go to do the following:

    1) edit text and phone number in the top-right corner button (for reservations call")

    2) remove the "latest from the blog" header/section from the home page.

    3) edit the "read more" box (text and button text) over the slider.

    4) remove the "follow" social icons at the bottom.


    Thank you.
     
  2. Piyush

    Piyush Support Staff

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

    1. Go to the Appearance > Theme Options > General Settings panel in your dashboard
    and put your contact detail in the "Top Right Contact Details" section.

    2. Go to the Appearance > Theme Options > Home Page Bottom Feature Panel in your dashboard
    and enter your text in the "Home Page Blog Heading Text" section or your can put the code given below in that section to remove all the text from there.
    Code:
    <p></p>
    3. Go to the Appearance > Theme Options > Slider Settings Panel in your dashboard and put your text in the "Link Text for First slider" section.
    Similarly do the same for other slider also.

    4. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .bottom_footer_container ul.social_logos {
    display: none;
    }
    This will solve your issue.
     

Share This Page