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.
@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.
