Remove gallery lightbox from blog post previews

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Remove gallery lightbox from blog post previews

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25551
    russharmer
    Member

    Hi,

    On hovering over a blog post preview a link appears (the circle in the middle of attachment 1) that, when pressed, opens a lightbox and displays a gallery of featured images (see 2nd pic). When the lightbox is opened my site url changes to add /#prettyPhoto, but I can’t find it anywhere in theme options or settings.

    Is there any way to disable this?

    Thanks

    [attachment file=25552]

    [attachment file=25553]

    #25557
    Raghavendra
    Moderator

    The simplest way to accomplish this would be to use the Custom CSS below in Custom CSS tab of theme options –

    span.image-info-buttons  .lightbox-link {
        display: none;
    }
    #25558
    russharmer
    Member

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove gallery lightbox from blog post previews’ is closed to new replies.