Categories

Featured templates

CherryFramework 3. How to display home page footer widgets on inner pages

Carey Burns January 13, 2016
Rating: 5.0/5. From 3 votes.
Please wait...

Our Support team is ready to present you a new tutorial that shows how to display home page footer widgets on inner pages in CherryFramework 3 templates.

CherryFramework 3. How to display home page footer widgets on inner pages
wordpress_how_to_display_footer_widgtes_on_inner_pages_1

  1. Open your website, you will need to inspect the home page footer widgets section with the help of developer tools.

  2. You should look for the css class “footer-widgets”.

  3. You will see that there are separate rules for home page and all other pages:

    wordpress_how_to_display_footer_widgtes_on_inner_pages_2

  4. Copy the css code for the home page:

    		.home .footer .footer-widgets {
                   display: block;
                 }
    	      
  5. Paste the code for home page to style.css file within the theme folder, remove the “.home” class from it and add !important after the “display” line.

    	 .footer .footer-widgets {
                   display: block !important;
                 }
    	      

    wordpress_how_to_display_footer_widgtes_on_inner_pages_3

  6. Save changes to file when you are done.

  7. Check the result on your website.

Feel free to check the detailed video tutorial below:

CherryFramework 3. How to display home page footer widgets on inner pages

Popular Wordpress Themes
This entry was posted in WordPress Tutorials and tagged footer, home, inner, page, widget, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket