Website Custom Edits

Discussion in 'RoadFighter WordPress Theme' started by rdeshazer, May 21, 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 Rdeshazer,

    As per you queries:
    1. Remove Search, Categories and Archives from pages - example: http://hennessycapllc.com/Sandbox/firm-overview/

    If you need to remove it you can apply full width page template.

    Though I am unable to see the things you have mentioned i.e Search, Categories and Archives. I suppose you have removed it already kindly see the below image:
    client-page.png

    2. To Remove "For Reservations Call" button - http://hennessycapllc.com/Sandbox

    Code:
    .call-us {
      display: none !important;
    }
    3. To Remove the "view portfolio button - http://hennessycapllc.com/Sandbox

    Code:
    .bottom_tagline_button {
      display: none;
    }
    4. To Remove the phrase "Any important notice...." - http://hennessycapllc.com/Sandbox
    Code:
    .bottom_tagline_text {
      display: none;
    }
    5. To Remove the "Home>>Firm Overview " subtitle menu - http://hennessycapllc.com/Sandbox/firm-overview/

    Code:
    .page_heading_container .page_heading_content #crumbs {
      display: none;
    }

    Kindly paste the code given above in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    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
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    To remove the sidebar from the page.

    Kindly follow the mentioned steps in the below image, it will help you to fix the issues:
    roadfighter-sidebar-remove.png


    Hope it will fix your issue.

    Let me know for further doubts
     
  5. rdeshazer

    rdeshazer Member

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

Share This Page