CMS Development

snydes27
参加者

Removing Table Showing on Page Load

解決

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 いいね!
1件の承認済みベストアンサー
tjoyce
解決策
名誉エキスパート | Elite Partner
名誉エキスパート | Elite Partner

Removing Table Showing on Page Load

解決

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 いいね!
2件の返信
tjoyce
解決策
名誉エキスパート | Elite Partner
名誉エキスパート | Elite Partner

Removing Table Showing on Page Load

解決

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 いいね!
snydes27
参加者

Removing Table Showing on Page Load

解決

This worked. Thank you very much!

0 いいね!