Website Edits 2

Discussion in 'RoadFighter WordPress Theme' started by rdeshazer, May 22, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    As per your subjected queries:

    1. To remove the title:
    follow the below steps mentioned in the screenshot below:
    roadfighter-contact-page-map-heading-remove.png

    To remove map use the below CSS code:

    Code:
    .contact-map {
      display: none;
    }
    2. For Homepage - to Remove "Lastest from Blog" :

    Code:
    .feature_blog_content {
      display: none;
    }
    3,4. To Remove the Slide Description and "Read More":

    Code:
    .flex-caption {
      display: none;
    }

    Kindly apply the above-provided CSS.

    Hope it will solve your issue.

    Let me know for further doubts.
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    For number 1 to remove the google map, that code didn't work.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly try to apply this code:

    Code:
    .contact-map {
      display: none !important;
    }
    Hope it will solve that issue.
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  6. sameerwalkar

    sameerwalkar Guest

    Hello,

    Apply the below CSS code.

    Code:
    .sidebar {
      display: none !important;
    }
    It will fix the issue.
     
  7. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Fixed.

    Ok for number 4 regarding the Slider Settings:
    1. First Slider Heading
    2. Link for First slider
    3. Mention the URL for first image.
    4. First Slider Description

    I would like to remove the "Slider Description" and the green "Read Me" from each slide, while keeping the "Slider Heading" for each slide.
     
  8. sameerwalkar

    sameerwalkar Guest

    Hello,

    To remove the "Slider Description" and the green "Read Me" from each slide apply below CSS:

    Code:
    .flex-caption p {
      display: none;
    }
    a.slider-readmore {
      display: none !important;
    }
     
  9. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page