CMS Development

snydes27
Participant

Removing Table Showing on Page Load

SOLVE

Hello,

 

I am having an issue with a table  showing when it's not supposed to on page load. Here is the webpage.

 

The spring and summer tables show when the page loads but only the spring table is supposed to be showing. Once the spring tab is clicked, the summer table disappears. 

 

I'm not sure what is causing this and the designer who created this part of the site is no longer with the company.

 

Any guidance would be greatly appreciated!

 

Thanks!

 

 

0 Upvotes
1 Accepted solution
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Removing Table Showing on Page Load

SOLVE

You could try adding this CSS to the page

<style>
.class-shiv-table-1 {display: none;}
</style>

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

View solution in original post

0 Upvotes
2 Replies 2
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Removing Table Showing on Page Load

SOLVE

You could try adding this CSS to the page

<style>
.class-shiv-table-1 {display: none;}
</style>

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

0 Upvotes
snydes27
Participant

Removing Table Showing on Page Load

SOLVE

This worked. Thank you very much!

0 Upvotes