Page 1 of 1

What can go wrong for my custom css not to take effect

Posted: 14 Jan 2026, 04:03
by nuno.cruz
When I create a new CSS rule in the. custom CSS panel, the default rules still stay in place. 

Why is this happening? I expect everything that I defined there to be the last thing to load and override anything else that is default. 

Re: What can go wrong for my custom css not to take effect

Posted: 14 Jan 2026, 08:54
by mjau-mjau
I can't know that without seeing the link or what CSS is used. Normally, custom CSS will apply after default CSS, but it also depends on rule specificity. For example .parent .child {} will override just .child {}.

You can send a link to karl @ photo.gallery if you don't want to post here.