Site logo

Archived topic

Additional CSS is ignored

5 replies · Started by Knud on February 3, 2022

Viewing posts 1–6 of 6

Since the theme update my own additional cc is ignored.

Hi there,

can you share a link to a page where i can see the problem? And can you let me know what of your CSS is not working ?

Here is a link to a relevant page
https://www.beliebte-vornamen.de/jahrgang/j1899

Near the end is a list (1895 1896 1897 1898 1899 1900 1901 1902) that should be formatted by additional css (#menu).

Everything behind "/* End GeneratePress Site CSS */" is not working.

OK theres some broken CSS. Look for this:

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;

It is missing its closing }

It should be:

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;
}

Thank you very much for the extremely fast support!

You're welcome!

This archived topic is closed to new replies.