-
AuthorPosts
-
October 25, 2020 at 3:06 pm #1255500
Hello,
Where can you change color table caption, see picture: https://imgur.com/a/HmvxsL1
Regards Tom
-
This topic was modified 5 years ago by
tomcusters.
October 25, 2020 at 11:37 pm #1255540Hey tomcusters,
You want the title or the table information changed?
Best regards,
Jordan ShannonOctober 26, 2020 at 12:16 pm #1255677The 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-
This reply was modified 5 years ago by
tomcusters.
October 29, 2020 at 8:00 am #1256618Hi,
Add this to quick css:
.main_color .pricing-table li.avia-heading-row{ background-color:red!important; border-color:red!important; }Best regards,
Jordan ShannonOctober 29, 2020 at 11:17 am #1256656Hello 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-
This reply was modified 5 years ago by
tomcusters.
October 30, 2020 at 2:06 am #1256940Hi,
Yes that is correct!Best regards,
Jordan ShannonOctober 30, 2020 at 3:35 pm #1257062Thanks again.
Regards TomOctober 31, 2020 at 5:36 pm #1257259Hi,
No problem, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon -
This topic was modified 5 years ago by
-
AuthorPosts
- The topic ‘Change color table caption’ is closed to new replies.
