Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pavit Moderator
    #922036

    Hi there

    If you do not have already a file custom.css in this folder /templates/ja_teline_iv_t3/css/ then create a new one and add code as below

    .img_caption p.img_caption {
        display:none;
    }

    Hope it helps

    treyr3d Friend
    #922038

    Yes, I have a custom.css file. I added the code and it worked! Ooops, it also removed the caption in the article. Just need it to remove the caption on the blog page display. Thank you for your help.

    pavit Moderator
    #922040

    Just need it to remove the caption on the blog page display

    Could you post ( as private reply ) the link to the specific page you are using as blog ?

    treyr3d Friend
    #922043
    This reply has been marked as private.
    pavit Moderator
    #922103

    Hi there

    You can take a look at THIS topic if you want to disable caption from blog page.

    Remove from custom.css the code i posted in the previous post that is valid for all captions and add this.

    .blog div.img_caption p.img_caption {
    display: none;
    }  

    Regards

    treyr3d Friend
    #922526

    That worked! Thank you very much for your help.

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

This topic contains 6 replies, has 2 voices, and was last updated by  treyr3d 7 years, 12 months ago.

The topic ‘Turn off picture caption’ is closed to new replies.