Lightbox Color and Blog layout

  • Posted in : Photographer
  • nrmayo87
    Participant

    Is there anyway to change the lightbox that the gallery enlarges photos to to a white background instead of black?

    Also for the blog is there an option for removing the sidebar and having the blog section fill that section in? When I remove the side bar the space where the sidebar was is still vacant and I would really like to have the blog list go full length.

    Thanks

    ahmetsali
    Keymaster

    Hi, you can try this custom css code for white background for lightbox (Photo Gallery 1);

    .pswp__bg {
        background: #FFFFFF;
    }
    .pswp__top-bar {
        background: rgba(0, 0, 0, 0.15) !important;
    }
    

    and to make blog layout wider;

    .blog .layout-fixed {
        max-width: 1060px;
    }
    .featured-image img {
        width: 100%;
    }
    
    nrmayo87
    Participant

    Thank You

    ahmetsali
    Keymaster

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register