Hi there,
thank you for your theme… I’m proud to be the first to open a topic
I need 3 buttons over the video but they should display only in specific site areas
I can handle this task by myself using CSS to hide or make visible the button needed depending if you are in a specific page/post or if you are logged in or not
BUT
there is no a custom class or unique ID to address each buttont
This possibility exist for the footer box with social buttons becaues it is a list so you can access each item of the list addressing it in this way:
#oz-id-social > ul > li:nth-child(2) > a:hover
but I cannot do this with:
.oz-video-button
Let me know how obtain this result please
Thank you
Diego