Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Border #18

Open
Aikleong7 opened this issue Sep 20, 2023 · 1 comment
Open

Remove Border #18

Aikleong7 opened this issue Sep 20, 2023 · 1 comment

Comments

@Aikleong7
Copy link

Hi, I want to remove the border by setting table.wallboard td {border: 0; font-family: Amazon Ember;} but it seems to be not removing the border.

@Brettles
Copy link
Contributor

You need to tell CSS that the style you're applying has to override the style that is specified in the table itself. Try this:

table.wallboard td {border: 0 !important; font-family: Amazon Ember;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants