Changes in the CSS for igsv-table
-
Hi,
I am trying to use the inline google spreadsheet viewer plugin. I am using it with following command:
[gdoc key="https://docs.google.com/spreadsheets/d/ABCDEF/edit?usp=sharing" class="no-responsive" query="select B,C,D order by A desc" datatables_order=false]In my theme’s style.css file, I added this to make changes to table design:
table.igsv-table { color: white; border: no-border!important; background-color: green!important; }While this changes the color of the text, other properties are not changed for some reason. I wanted to change the background color and remove the borders, but that is not happening.
I checked with the “inspect element” option in the browser and there are no conflicts. Here is the screenshot of all the rules on table: http://imgur.com/a/cUedc
I also tried this with just .igsv-table and #igsv-gid and both didn’t work. I tried to search the forum but couldn’t find the right answer. I am new to both WordPress and CSS, so I am not sure how to solve this. Can you please help?
Thank you very much for your help and your work on this plugin.
The topic ‘Changes in the CSS for igsv-table’ is closed to new replies.