Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #493135

    Hallo zusammen,

    gibt es eine Möglichkeit die Farbe der Preistabelle anzupassen? Da ich als Theme-Farbe “schwarz” gewählt habe ist es wirklich sehr düster, ein dunkles grau etc. wäre mir viel lieber.

    http://www.timourban.de/preise/

    Grüße
    Timo

    #493292

    Hi TimoUrban!

    English

    You can use the below css to change the dark background colors:

    .main_color .pricing-table li.avia-heading-row {
        background-color: #4D4D4D !important;
    }
    
    .main_color .pricing-table li.avia-pricing-row {
        background-color: #6E6E6E !important;
    }

    German

    Sie können die unter css verwenden, um die dunkle Hintergrundfarben zu ändern:

    .main_color .pricing-table li.avia-heading-row {
        background-color: #4D4D4D !important;
    }
    
    .main_color .pricing-table li.avia-pricing-row {
        background-color: #6E6E6E !important;
    }

    Cheers!
    Dake

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.