• When plugin generate menu css in the header, css style was sanitized. Character ‘>’ was rendered as ‘>’ and making it invalid. Anyone facing same issue?

    Example:
    <style>.wp-megamenu-wrap > ul.wp-megamenu > li.wpmm_mega_menu ...
    is rendered as
    <style>.wp-megamenu-wrap &gt ; ul.wp-megamenu &gt ; li.wpmm_mega_menu ...

    note: added space in above example to prevent HTML entities being decoded.

    • This topic was modified 2 years, 10 months ago by Kevin.
    • This topic was modified 2 years, 10 months ago by Kevin.
    • This topic was modified 2 years, 10 months ago by Kevin.
    • This topic was modified 2 years, 10 months ago by Kevin.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Invalid CSS rendered causing styling issue’ is closed to new replies.