• Resolved waveweb

    (@waveweb)


    hi,
    I would like to know if it is possible perhaps with a custom css to change the style of the pop up style content, I would need to change the font and background color
    best regards
    Stefano

Viewing 2 replies - 1 through 2 (of 2 total)
  • Also looking to get an answer on this. Hope this bumps the topic. Also let me know if you were able to figure it out.

    Thanks

    Thread Starter waveweb

    (@waveweb)

    Hi @arthursg3d sorry for the late reply,

    .lg, .lg-thumb, .lg-group {
         background-color: #ffffff;
    	
    }
    
    .lg-outer.crp-full-content-popup.crp-full-popup .lg-object.lg-image {
    box-shadow: white 0px 22px 18px -15px !important;
    }
    
    .lg-outer.crp-full-content-popup.crp-full-popup .lg-thumb-outer {
    background-color: rgba(255,255,255,1) !important;
    }
    
    .lg-outer.crp-full-content-popup.crp-full-popup .lg-toolbar {
        box-shadow: white 0px 22px 18px -15px !important;;
    	}
    
    element.style {
        max-width: 855px;
    }
    .lg-outer.crp-full-content-popup.crp-full-popup .lg-video-cont {
         box-shadow: grey 0px 0px 0px -0px !important; 
    }

    I hope my answer is useful to you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Chenge Style & Background Pop Style Content’ is closed to new replies.