0
Guys, good morning, I’m going to go into as much detail as I can to see if anyone can understand me and help me... I have the following Plugin installed on Wordpress: https://wordpress.org/plugins/inline-google-spreadsheet-viewer/
This Plugin creates this part in Wordpress Cpanel:
And this part creates these three buttons on the frontend:
But how do I edit these buttons?? For example if I want to add CSS to them or customize with more HTML things, how do I do??
If I try to add any HTML/CSS/JAVASCRIPT code in the backend of the first image the panel simply won’t allow, in which case would I have to do it in JSON?? But I don’t know anything about JSON.
Follow a brief video with more details (the video has audio it starts in 27 seconds): https://www.youtube.com/watch?v=VWUVQPgQ6Cg
Is this taking place within an iframe ? or directly in the html DOM ? if you go inside an iframe you can’t change anything, if it is direct in html you can access it through the example parents div > span > li > elements. algumaclass . button {style here}
– Marcos Brinner
direct click on HTML without iframe... But there is no way to modify that field in wordpress Cpanel to accept HTML??
– Daniel Fortunato