Home Forums Basel support forum Change video button color

Change video button color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9316

    mihudesign
    Participant

    Hi,

    How can I change the video button color to always be green (#5bbc2e) with a white triangle.
    See attachments

    Thanks,
    Michael

    Attachments:
    You must be logged in to view attached files.
    #9325

    mihudesign
    Participant

    and how do I change the color of the ‘close block’ in the top right corner of the video player to be green (#5bbc2e) with a white ‘X’. See attachment.

    Attachments:
    You must be logged in to view attached files.
    #9336

    mihudesign
    Participant

    Hi,

    I have provided login credentials.

    Thanks,
    Michael

    #9342

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .product-360-button a:before, 
    .product-video-button a:before {
        background-color: #5bbc2e;
      	color:white;
    }
    
    .mfp-iframe-holder .mfp-close, 
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close:hover, 
    .mfp-image-holder .mfp-close:hover {
        background-color: transparent;
    }
    
    .mfp-iframe-holder .mfp-close:after, 
    .mfp-iframe-holder .mfp-close:before, 
    .mfp-image-holder .mfp-close:after, 
    .mfp-image-holder .mfp-close:before {
    	background-color: black;
    }
Viewing 4 posts - 1 through 4 (of 4 total)