Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Archetyped

    (@archetyped)

    Hi, you can create a child theme with your own customizations for the lightbox (tutorial).

    Here’s the CSS you can use to modify the rounded corners:

    #slb_viewer_wrap .slb_theme_[your-theme-id] .slb_container {
        border-radius: 0px;
    }
    

    See here for more information on customizing theme styles.

    Thread Starter earwolf

    (@earwolf)

    Thanks – that seems like overkill for what I need. I simply want the default light theme to not have rounded corners. What is the theme id for it? Light? light? Default? default? Nothing seems to work.

    Thanks
    E

    Thread Starter earwolf

    (@earwolf)

    This worked, added to the custom styles part of my theme’s (Make Plus) style.css file:

    .slb_theme_slb_default .slb_container {
      border-radius: 0px !important;
    }

    Thanks
    E

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove rounded corners from Simple Lightbox’ is closed to new replies.