Forum
Welcome, Guest
Please Login to access forum.
Re:Exclude articles from showing on Home Page (1 viewing) 
Go to bottom
TOPIC: Re:Exclude articles from showing on Home Page
#1945
Foundation Digital
Fresh Boarder
Posts: 8
User Offline
Exclude articles from showing on Home Page Karma: 0  
<body class="slate align-ltr page-id-101 homepage chrome com-disabled .homepage">

how do i implement this code on responsivizer so that the home page article does not show on the mobile
 
Logged Logged  
  The administrator has disabled public write access.
#1946
John Dagelmore
Admin
Posts: 3765
User Online Now
Re:Exclude articles from showing on Home Page Karma: 82  
Hello,

If you have a desktop template that hides homepage contents,I guess that it should have a css style like this:


Code:

body.com-disabled {display: none}
If this is the case you can replicate this behavior adding this code to the main.css file used by Responsivizer. You can directly use the integrated editor to do this. Let me know if you need additional info our help. Cheers, John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top