• Resolved superyeti

    (@superyeti)


    Vielen Dank für das tolle Plugin!

    Ich kenne mich leider mit CSS nicht aus. Gerne würde ich die Schriftfarbe auf weiss anpassen. was muss ich im CSS Fenster eingeben?

    Meine zweite Sache w?re die Formatierung der Spezialzeiten.
    Ich h?tte diese gerne in der Listenansicht und nicht als Tabelle.
    Ausserdem werden mir die Zahlen mit den Englischen Suffixes gelistet… 1st 2nd etc. wie kann ich das entfernen?

    Vielen Dank für deine Hilfe bereits jetzt.

    Gruss Patrick

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Design Extreme

    (@designextreme)

    Translation:

    Thank you for the great plugin!

    Unfortunately I don’t know much about CSS. I would like to change the font color to white. what do I have to enter in the CSS window?

    My second thing would be the formatting of the special times.
    I would like to have these in the list view and not as a table.

    The numbers with the English suffixes are also listed… 1st 2nd etc. How can I remove this?

    Thank you for your help already.

    @superyeti The font colour will follow your page’s design, so if the text is normally white on a dark background, it will appear with these colours. I’ll check your specific page later, but normally your web designer will be able to implement such a style.

    With the overall layout, did you check the demonstration website for Shortcodes? In the Widget version, you can also select a line break or list version that may be more suitable to your footer.

    English dates are there because the website’s language is set to English rather than German. I recommend setting the language to the same as the website. The dates can be formatted without th, nd,…

    I will double check this later for the website’s language as it could be something different.

    Plugin Author Design Extreme

    (@designextreme)

    @superyeti Here is the CSS you can use for your footer:

    .elementor-location-footer {
    	color: #ffffffc9;
    	font-size: 0.9rem;
    }
    .elementor-location-footer h3,
    .elementor-location-footer h4 {
    	color: #ffffff;
    	font-size: 18px;
    	font-weight: 600;
    }

    It’s specific to your design and sets the overall section to use a colour and font size as well as correcting the second H3 heading.

    For the second Shortcode, in the day_format parameter, please add “_nos” (no ordinal suffix) to your existing setting, for example:

    [open lines regular=false day_format="short_date_short_month_nos" count=31]

    I will look into the ordinal suffix for non-English languages. However, I do not usually see this in place for German, so perhaps this should always be omitted for German dates.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sprachpaket und Farbe’ is closed to new replies.