Custom Css Limitation? - Question | JoomShaper

Custom Css Limitation?

DR

Daniel Ramklo

Helix Framework 1 day ago

Hi,

When I am adding some extra css in Custom CSS i sometimes get this:

Error Error: undefined

Any limitations?

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #222645

Hi Daniel ,

Just read Helix Ultimate documenation, all info is already there, please.

And then use all your long CSS inside custom.css file

0
DR
Daniel Ramklo
Accepted Answer
22 hours ago #222718

Ye, read it now and using the custom.css file instead. thx

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 day ago #222636

Hi there,

Thanks for reaching out.

The “Error: undefined” message when adding Custom CSS is not expected behavior and is usually not due to a specific limitation on CSS itself.

This can happen due to:

  • A syntax issue in the CSS (missing brackets, semicolons, etc.)
  • Invalid or unsupported CSS being parsed by the editor
  • A JavaScript conflict in the backend
  • Cache-related issues

Please try the following:

  • Double-check your CSS for any syntax errors
  • Add the CSS in smaller parts to identify the problematic line
  • Clear Joomla and browser cache
  • Try using a different browser or incognito mode
  • Check the browser console for any JS errors

If the issue persists, please share the exact CSS snippet you are trying to add so we can review it more closely.

Best regards,

0