• Resolved shashankgaur

    (@shashankgaur)


    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.

    • This topic was modified 9 years, 7 months ago by shashankgaur.
    • This topic was modified 9 years, 7 months ago by shashankgaur.
    • This topic was modified 9 years, 7 months ago by bdbrown.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Meitar

    (@meitar)

    Don’t send screenshots, just provide link to your site.

    @shashankgaur

    In my theme’s style.css file, I added this to make changes

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor is included in the Customizer in WordPress 4.7.
    Other ways to add custom CSS:
    – Install the Jetpack plugin and activate the Custom CSS module.
    – Install a standalone custom CSS plugin
    – Create a child theme

    • This reply was modified 9 years, 7 months ago by bdbrown.
    Thread Starter shashankgaur

    (@shashankgaur)

    Hello all,

    Thanks for your replies. I had not made the post public thats why I didnt post the link. My apologies.

    I will look into the Custom CSS editors suggested here, and try that. I will let you know if it works.

    Thanks

    Thread Starter shashankgaur

    (@shashankgaur)

    Thanks for your responses. I figured out what was the problem and it works now.

    Shashank

    Do you mind sharing? i’m having the same problem. I would like the theme CSS to format my table. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Changes in the CSS for igsv-table’ is closed to new replies.