dawulz Posted March 10, 2022 Share Posted March 10, 2022 Site URL: https://6thdimensionvr.com/gamelist-demo Hi all! I have an HTML embed code for my website that shows game options for my arcade. I can't edit the HTML code without breaking it, so I'm trying to edit the color and shape of the dropdown buttons in the custom CSS. But I need a way to only alter the button color for this specific element, and I am not sure where to begin. I appreciate the help. The embed looks like: <div id="loadSvrGamesWidget"></div> <script> var svrScript = document.createElement('script'); svrScript.onload = function () { window.svrLoadGames({ skipVariants: true, groupByCategories: "*" , container: '#loadSvrGamesWidget', rowSize: '200%', uuid: 'd0bb98c0-23d0-5761-bd00-2fc70c374b7c', gamesPerRow: 3 }); }; svrScript.src = '//api.synthesisvr.com/javascripts/WordpressWidget.js'; document.head.appendChild(svrScript); </script> <div> <div> <center> Search: <input type="text" onkeyup="window.svrSearchTitle(this.value);"></div> Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 Change all these buttons? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment