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 Me gusta
1 Soluciones aceptada
tjoyce
Solución
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel 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.

Ver la solución en mensaje original publicado

0 Me gusta
2 Respuestas 2
tjoyce
Solución
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel 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 Me gusta
snydes27
Participante

Removing Table Showing on Page Load

resolver

This worked. Thank you very much!

0 Me gusta