Home Forums WoodMart support forum video text only instead of play button

video text only instead of play button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #267209

    shiyanthan
    Participant

    Hi,
    Is it possible to do video text only instead of play button ?

    #267287

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-video-button>a:before {
        content: none;
    }
    
    body .product-360-button>a>span, body .product-video-button>a>span, body .woodmart-show-product-gallery-wrap>a>span {
        max-width: 120px;
        padding: 0 20px 0 20px;
    }

    Best Regards.

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