Okay
  Public Ticket #376628
Remove character ">" of class ul li
Closed

Comments

  • Fabio started the conversation

    Hi,

    I need remove the character ">" of class ul li, to solve the problem that occurs when using the categories plugin. See the image example.

    This character is presented by theme CSS.

    See in website: www.mundobla.com.br

    Best regards.

    Fábio

  • Fabio replied

    I removed the character of css, but the menu has lost configuration.

    See the attachment image without this character (removed by the inspector of elements).

  •  93
    djwd replied

    Hi there,

    try by pasting this in the Custom CSS textarea (Advanced Tab)

    .widget ul li:before {content: " "!important}

    Should remove it

    Regards
    djwd

    Regards
    djwd

  • Fabio replied

    Perfect!

    Thank you very much!!!