Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1255500

    Hello,

    Where can you change color table caption, see picture: https://imgur.com/a/HmvxsL1

    Regards Tom

    • This topic was modified 4 years, 1 month ago by tomcusters.
    #1255540

    Hey tomcusters,

    You want the title or the table information changed?

    Best regards,
    Jordan Shannon

    #1255677

    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

    • This reply was modified 4 years, 1 month ago by tomcusters.
    #1256618

    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

    #1256656

    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

    • This reply was modified 4 years ago by tomcusters.
    #1256940

    Hi,
    Yes that is correct!

    Best regards,
    Jordan Shannon

    #1257062

    Thanks again.
    Regards Tom

    #1257259

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change color table caption’ is closed to new replies.