Hello,
Where can you change color table caption, see picture: https://imgur.com/a/HmvxsL1
Regards Tom
Hey tomcusters,
You want the title or the table information changed?
Best regards,
Jordan Shannon
The table information (not the title)
The blue bars AT THE TOP (containing the texts 2 persons, 3 persons and 4 persons).
I would like to change the background color blue into, for example, red.
So only the top bar.
By the way, can I change that somewhere in the template (general styling) itself or do I get a piece of CSS code from you?
Somewhere it says “Alternate Background color:
Alternate Background for menu hover, tables etc “What does” tables “mean here
Hi,
Add this to quick css:
.main_color .pricing-table li.avia-heading-row{
background-color:red!important;
border-color:red!important;
}
Best regards,
Jordan Shannon
Hello Jordan, perfect, thanks.
To change red into #d2232a, then it looks like:
.main_color .pricing-table li.avia-heading-row{
background-color:#d2232a!important;
border-color:#d2232a!important;
}
The ! (exclamation mark) I have to leave it like that?
Just want to make sure.
Regards Tom
Hi,
Yes that is correct!
Best regards,
Jordan Shannon
Thanks again.
Regards Tom
Hi,
No problem, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon