Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • obliat Friend
    #207125

    HI guys, long time no mods on my Teline IV (responsиve version).

    Now I decided to make some changes which is to hide articles from home page. My Home menu is set to Featured articles.

    In other words I only want to show only module like JA News Pro (like in the demo), and hide content articles from home page, but can’t figure out how to set the Home menu to not show component (articles).

    I even downloaded the demo to see how the Home menu is set in the backend. Oddly enough it is set to Featured articles (as mine), but do not show them and on my http://www.ecars.bg they show up.

    Ninja Lead Moderator
    #573442

    This way will help you to disable it

    Open templates/ja_teline_iv/css/themes/cyan/template.css file and add new rule

    @media (max-width: 767px) {
    .view-featured .blog-featured {
    display: none !important;
    }
    }

    Ninja Lead Moderator
    #738469

    This way will help you to disable it

    Open templates/ja_teline_iv/css/themes/cyan/template.css file and add new rule

    @media (max-width: 767px) {
    .view-featured .blog-featured {
    display: none !important;
    }
    }

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum