Jump to content

Image feed modification


kmk

Recommended Posts

I would like remove the title and the image information, there anyone can share the solution please?

If possible, when see the image in the gallery.,I don't want user see all other image information...can hide it too?

ipshelp.png

ipshelp (1).png

Link to comment
Share on other sites

11 minutes ago, kmk said:

I would like remove the title and the image information, there anyone can share the solution please?

 

[data-blockid^="app_gallery_imageFeed_"] .ipsWidget_title,
[data-blockid^="app_gallery_imageFeed_"] .cGalleryWidgetInfo {
    display: none;
}

 

12 minutes ago, kmk said:

If possible, when see the image in the gallery.,I don't want user see all other image information...can hide it too?

.cGalleryLightbox_info [data-role="imageDescription"] > div:not([data-role="imageComments"]) {
    display: none;
}

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...