Home Forums WoodMart support forum how to change video product icon color and background color

how to change video product icon color and background color

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

    mohamed
    Participant

    hi

    how to change the video product icon color and background color also 360 icon, click to enlarge

    https://gyazo.com/13d8ac7e3559c2637a3b1896108c4ba3

    #226531

    Hello,

    Please provide icons URL which you want to replace and product URLs where you have these icons.

    We shall provide custom CSS.

    Best Regards

    #226539

    mohamed
    Participant

    hi

    sorry not icon button in this link
    how to change the video product button color and background color also 360 button, click to enlarge.
    I mean in this link

    https://gyazo.com/13d8ac7e3559c2637a3b1896108c4ba3

    thanks

    #226589

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-video-button > a:hover,
    body .product-video-button a {
        color: #ffffff;
        background: red;
    }
    body .product-360-button a:hover,
    body .product-360-button a{
    	    color: #ffffff;
        background: red;
    }
    body .woodmart-show-product-gallery-wrap a:hover,
    body .woodmart-show-product-gallery-wrap a{
    		    color: #ffffff;
        background: red;
    }

    Best Regards

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