Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1314612

    Hallo,
    ich bin gerade bei der Erstellung der Preistabellen – es handelt sich um ein Ferienhaus.
    Grundsätzlich sieht das Ganze schon ganz gut aus, nur würde ich es so ungefähr wie hier in der Beispiel-Website (nicht meine Website) https://exclusive-living.at/preise-deluxe/ machen >>
    1. Also ich hätte gerne keinen Abstand zwischen den Spalten
    2. Ich möchte generell die Schrift eine Spur größer
    3. Ich hätte gerne bei Zeile 1 & 3 eine andere Schriftfarbe, da man diese nicht gut sieht
    4. Ich bin am Überlegen auch den Hintergrund in Zeile 1 & 3 zu ändern, um besseren Überblick zu ermöglichen
    Meine URL lautet: https://www.chalet-georg.at/preise/
    Ich wäre euch sehr dankbar, wenn ihr mir hier weiterhelfen könntet bitte :)!
    Und dann hätte ich noch eine Frage:
    Ich möchte gerne einen Verfügbarkeitskalender einfügen – auch so in etwa wie hier https://exclusive-living.at/preise-deluxe/ unten zu finden > nur halt größer, damit man hier auch was erkennen kann…
    Nun meine Frage, ob das möglich ist, weil ich ja schon eine Buchungssoftware nutze – lässt sich das synchronisieren (verbinden) und wenn ja, könnt ihr mir hier ein Plugin empfehlen?
    Hoffe, ihr könnt mir weiterhelfen. Meine Zugangsdaten dürftet ihr noch haben ;)
    Schöne Grüße
    Evelyn Steizinger

    #1315053

    Hey Createve_Solutions,
    Thank you for your patience, as I understand your question you would like your table to look similar to this:
    2021-08-07_005.png
    On your site you are using Pricing Tables please switch to Tabular Tables
    2021-08-07_006.png
    this will solve the column spacing, then if you wish we can adjust the font size and row colors.

    Best regards,
    Mike

    #1315799

    Hello,
    now I have changed to Tabular Tables – thanks for that!
    So, I want to make the following changes – please, could you help me?
    1. First row with the Text “Tagespreis 2021 …” and the Dates: Change the font-size,because it is too small, maybe also the font-family (but here I am not sure). Background color woud be better with: #efe6d0 and font color: #662f1c
    2. Line 1 and line 3 (with the persons and prices): background color: #efe6d0, font-color: #662f1c
    3. Line 2 (also persons and prices): background color: #fffbf3, font-color: #662f1c

    I hope you can help me as soon as possible, thanks.
    Best regards,
    Evelyn

    #1315847

    Hi,
    I wrote the following css to include the font-size & font-family so that you can change if you wish, just remove if you don’t.
    I also wrote the colors of the rows so you might change in the future, even though right now the third row is the only one that is different, the first rule is for the first row, the second rule is for the second and fourth rows, and the third rule is for the third row.

    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(1) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(2n+2) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(3) > th {
    	 color: #662f1c;
    	 background-color: #fffbf3;
    	 font-size: 14px;
    	 font-family: alice;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1315987

    Hi,
    thank you for your help, but it doesn’t work and I have no idea why :(.
    I put the CSS code which you have sent to Quick CSS and cleared the cache but nothing happened. Can you please help me again?
    Best regards,
    Evelyn

    #1316047

    Hi,
    I see that in the css you added the arrows were converted to entities, so instead of > you have > please check the css again, this typically occurs when someone copies the code from an email, if you are having trouble copy & paste the code I posted in the forum then please include an admin login in the Private Content area and I will correct for you.

    Best regards,
    Mike

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