Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #1015738

    Hello

    You can add to your custom.css file this code in this folder /templates/ja_magz_II/css/

    ( if you do not have it already, than create it )

    .article-info dd {
    display:none;
    }
    adamhyde@greatbritishpolitics.com Friend
    #1016087

    ok, that kind of works. It removes the ‘hits’ from the articles, but also removes the author bylines. Is there any way to do it without removing the writer names from the articles?

    Pankaj Sharma Moderator
    #1016225

    Hi
    Try this code in custom.css file

    .mostread .article-info dd {
    display:none!important;
    }

    Hope it helps.

    adamhyde@greatbritishpolitics.com Friend
    #1016319

    That’s worked perfectly, thanks!

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

This topic contains 4 replies, has 3 voices, and was last updated by  adamhyde@greatbritishpolitics.com 7 years, 8 months ago.

The topic ‘Can you remove article hits from most read article-sidebar module’ is closed to new replies.