Okay
  Public Ticket #1364503
remove Header and Footer
Closed

Comments

  • Roxana started the conversation

    Hi team,

    I have recently purchased the CarRepair theme (thank you, it is a great theme)

    I would need some help from your side:

    1. I want to removed the header from some of pages

    2. I want to remove everything except the Slider from the Home page, basically the home page will be static and after you click on the button it will take you to the site.

    3. How do I edit the text from the Footer section?

    Looking forward to your response.

    thank you,

    Roxana

  •  1,612
    Andrey replied

    Hello, Dear Roxana!

    1. It possible to hide the header on different pages via CSS using page id. Roe example, let's hide th heder for about us page. The ID of About Us page is 162. You may find out what ID has every page with the help of this plugin: https://wordpress.org/plugins/get-page-ids/

    Then click WP Dashboard => Appearance => Customize => Additional CSS insert here this rule:

    body.page-id-162 #page > .text-md-right {
         display: none !important;
    }

    Then click "Save and Publish". You will receive page without header: http://nimb.ws/P4naNK

    Usin the same code you may hide header for any page, just use the appropriate ID in CSS rule.

    2. Every page in theme built with the help of Unyson Page Builder:, it is possbile to hide any element on the page via this Tool:

    3. To edit content in footer, please click WP Dashboard => Appearance => Customize => Footer Widget Area and chek widgets located here. You may change info inside any of them.

    Download theme documentation, which can be very helpful for you. It contains video tutorials for every topica about theme: https://drive.google.com/open?id=0B5NKlmlSvX2ybjV2bDIyY1JxNFU

    Please watch the follolwing topics: Customizer option, Frontpage Customization, How to use Unyson Page Builder. You may play these videos directly on your desktop PC, the are located in upload folder of manual.

    Sincerely, MWTemplates Team.

  • Roxana replied

    Hello Andrey,

    Thank you very much for your help, I have managed to hide the sections I wanted. You may close this ticket.

    Regards,

    Roxana

  •  1,612
    Andrey replied

    Hello, Dear Roxana! 

    Thank you for your response! If you like our support and have a free minute - please give a positive rating for our theme. To do this - please login at themeforest.net, click "downloads", choose and rate CarRepair WordPress Theme. You may strongly rely on our support in future. 

    Best Regards!