CMS Development

snydes27
Participante

Removing Table Showing on Page Load

resolver

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 Avaliação positiva
1 Solução aceita
tjoyce
Solução
Especialista reconhecido(a) | Parceiro Elite
Especialista reconhecido(a) | Parceiro Elite

Removing Table Showing on Page Load

resolver

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.

Exibir solução no post original

0 Avaliação positiva
2 Respostas 2
tjoyce
Solução
Especialista reconhecido(a) | Parceiro Elite
Especialista reconhecido(a) | Parceiro Elite

Removing Table Showing on Page Load

resolver

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 Avaliação positiva
snydes27
Participante

Removing Table Showing on Page Load

resolver

This worked. Thank you very much!

0 Avaliação positiva