• I need to remove and/or replace the PLUS sign before menu items. I can’t find where to fix this anywhere. It’s a ::before statement in CSS somewhere but I cannot find it. I would like to change it from a crosshair (plus sign) to a plain disc. I can add to it but cannot remove that plus sign. Any help on this?

Viewing 1 replies (of 1 total)
  • Theme Author NhatQuang

    (@nhatquang)

    Hi,
    Sorry for the late, You can use this custom CSS code

    
    .widget ul li a { padding: 0; }
    .widget ul li a:before,
    .widget ul li a:after { display: none; }
    
Viewing 1 replies (of 1 total)
  • The topic ‘PLUS sign before menu items’ is closed to new replies.