Viewing 3 replies - 1 through 3 (of 3 total)
  • I installed the Jetpack plugin and used the “CSS Stylesheet Editor” with the following CSS to remove the border from the lightbox:

    #slb_viewer_wrap .slb_theme_slb_baseline .slb_container { padding: 0 !important; }

    .slb_data { display: none !important; }

    The first one gets rid of the border and the second removes the description area from the lightbox.

    Thread Starter jr2009

    (@jr2009)

    thanks, it works perfectly! i’m using a child theme.

    Plugin Author Archetyped

    (@archetyped)

    Hi, glad to hear you were able to customize the theme for your needs.

    An alternative to installing a separate plugin is to use a lightbox theme to add your customizations. SLB’s supports child themes, allowing you to easily build off of an existing theme and just make the changes you want.

    Here are some tutorials to get you started:

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove border’ is closed to new replies.