Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sincerity Friend
    #171526

    Hi,

    I want to remove caption(title or description) of the images in category blog layout while retaining the caption(title description) of the images in single article layout. Because some images have very lengthy description attached to it, it is looking awkward in category blog layout where we use “Read-More” after giving a glimpse of the content.

    Please help me out to remove the caption/description/title of the image from category blog layout while retaining it in full articles.

    Thanks.


    1. categoryblog_image-caption
    khoand Friend
    #428267

    Hi,
    You add this code into /templates/your_template/css/template.css

    .blog p.img_caption {
    display: none;
    }

    sincerity Friend
    #428270

    Thank you Khoand,

    This is what I exactly needed. I tried a lot to find a class or identifier particularly for category blog layout, but failed. From what you have used here, I assume that “.blog” is the class which we can use to select elements specific to category blog layout, is it?

    Thank you very much once more for the quick and apt response.

    khoand Friend
    #428347

    yes, it is.

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 12 years, 11 months ago.

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