Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #975816

    Hi
    Apply the suggestion given in this thread to remove intro image to show in the Full article view .
    Hope it helps .

    paky50 Friend
    #976133

    Ok, perfect. It’s ok
    Now, as i remove the article title?

    Many thanks

    Pankaj Sharma Moderator
    #976182

    Hi
    If you want to hide the Article title , you can hide them from the Menu options > Show Title > HIDE.

    paky50 Friend
    #976503

    Is it not so easy.
    Necrologie is a top navigation menu (see Image1) type Special page: Blank Content and the load position is necrologie_pos (see image2).
    The module in this position is a JoomlArt Advanced Custom Module, and there in not possibile remove the article title.(see image 3)

    Now is clear?

    Many thanks


    1. 1-1
    2. 2-1
    3. 3-2
    Pankaj Sharma Moderator
    #976519

    Hi
    On this page : http://www.51news.it/statistics/necrologie-51news
    I can see this : http://prntscr.com/cu03aq
    You can add below code in custom.css file to hide title
    .itemid-328 .list-view .magazine-category .article-title h3 { display:none;}

    paky50 Friend
    #976881

    Sorry i wrong something.

    On this page: http://www.51news.it/statistics/necrologie-51news It’s correct to see the title.

    On this page: http://www.51news.it/statistics/necrologie-51news/2598-marioa-bianchi i dont want to see the title

    Many thanks


    1. 51news
    Pankaj Sharma Moderator
    #976951

    Hi
    Use this code to remove the article title from the full article page

    
    .itemid-328 .article-title, .article-header h1 { display:none;}
    paky50 Friend
    #977734

    Please…tell me path of custom.css file?

    Thanks

    paky50 Friend
    #977815

    I try the code and it’s work but i need to remove the title only in the full article.
    Thi code remove the title in the preview article too.

    Pankaj Sharma Moderator
    #977846

    Hi
    i tested below code on your site and its working fine .
    Kindly add it in your custom.css file

    .itemid-328 .view-article .article-title, .article-header h1 { display:none;}
    

    Path : /templates/ja_teline_v/css/custom.css

    paky50 Friend
    #978118

    I copy and past this code in custom.css but change nothing. 🙁

    Pankaj Sharma Moderator
    #978274

    Hi
    i checked the code is working on site . If you still have issue you can delete older code and use below

    .itemid-328.view-article .article-header h1 { display:none;}

    I tested it and its working fine , do not forget to clean Joomla and browser cache after saving the code .

    paky50 Friend
    #978283

    Now is ok…many thanks

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

This topic contains 13 replies, has 2 voices, and was last updated by  paky50 7 years, 11 months ago.

The topic ‘Intro Image Article’ is closed to new replies.