Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #49604
    Riccardo
    Participant

    Hi,
    I am using “role scoper” to control the visibility of pages to not logged in users.

    I would like NOT to display the featured content on the homepage when users are not logged in.

    How this could be done with Catch Kathmandu Pro?

    Many Thanks
    Riccardo

    #49628
    Sakin
    Keymaster

    @Riccardo: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box to hide featured content for user not loggedin.

    #featured-post { display: none; }
    .logged-in #featured-post { display: block; }
    #49630
    Riccardo
    Participant

    It worked,

    thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Selectively displaying the homepage featured content’ is closed to new replies.