Issue First Line Of Table Add-on - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Issue First Line Of Table Add-on

Stephane Hanrez

Stephane Hanrez

SP Page Builder 5 months ago

Hello,

I'm trying to use the table add-on. I disabled the headers but when I do that, the first row of the table gets a different style (the style normally used for the headers). How do I turn that off ?

Thanks

0
5 Answers
Stephane Hanrez
Stephane Hanrez
Accepted Answer
5 months ago #193971

Here is a screenshot of the issue... With header disabled, the first line shouldn't have a purple background :

I solved it with this CSS but don't get why I should need this. This background should be used for the headers (th) not for the first line of the table :

#sppb-addon-1748250641125 .sppb-addon-table-main tbody tr:first-child td {
    color: grey;
    background: inherit;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #193984

Ok no problem, I will also solve it via CSS.

Glad to know that, its solved, you can now close this post by accepting the answer.

0
Stephane Hanrez
Stephane Hanrez
Accepted Answer
5 months ago #194047

Indeed, my custom css does "solve" this specific situation, but it's still not a normal behaviour that when you disable headers, the formatting of the headers applies to the first line of the table... the css should be on the th element only. Hope this can be corrected in a future update.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #194090

Thanks for your opinion Stephane and thanks for accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #193968

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your site URL and also a screenshot of your issue? So that I can check.

-Regards.

0