Hi Guys,
I uploaded a video on mystore using the revolution slider. But the play button appears in the bottom right instead of in the middle. Can this be shifted and also can the icon be made larger?
Currently it is not visible to customers, Can I change the icon colour as well?
Thanks so much
My store url :- stephues.com
@SoleArt
Hello,
Please add the given code above in theme.liquid.
layout >> theme.liquid
.tp-banner ul.tp-revslider-mainul li.test .tp-caption{
left: 50%!important;
top: 50%!important;
}
.slider-revolution .video-play a {
font-size: 60px!important;
line-height: 60px!important;
color: #ffffff!important;
font-weight: 700;
}
.slider-revolution .video-play a {
font-size: 60px!important;
line-height: 60px!important;
color: #ffffff!important;
font-weight: 700;
}
after adding the given code look like this,
the entire player has changed 