Hey,
after I updated to Version 3.6 all CSS defined in the section “extended Styling” (Erweitertes Styling) is ignored.
Settings and results can be seen here: https://www.nachbarrecht.com/wrong-css.html
H1,H2 and H3 are defined to have a 10px font-size
Even the update to 3.6.1 didn’t fix it.
Hi Oversberg!
Can you please disable your cache, clear then and give it a look?
Also – let us know when it is disabled so we can be able to see also and try debug
Best regards,
Basilis
Cache deleted “empty all cache” still the same issue.
Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
See private Content
Hi,
I get the same results when I tried on a test page but I’m not sure why it’s not taking effect, could you try using regular CSS instead? This should work for the setting you have:
h1, h2, h3 {
font-size:10px !important;
}
Regards,
Rikard
This works but is a bit strange … thank you for the idea