Home Forums Pro Themes Magazine Plus Pro WordPress inserts forward slash before and after menu items in top-nav

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #184868
    Klas Kallin
    Participant

    Hi,
    Dont know why WordPress does as mentioned above, but is there any CSS-code to remove the slashes?
    Thank you very much in advance!
    Kind regards
    Klas Kallin

    #184880
    sanam
    Keymaster

    Hi Kallin, Please add this CSS in the Additional CSS

    #top-nav ul li a::before {
    content: none;
    }

    Go to Customizer >> Appearance >> Additional CSS, paste the above CSS, and publish the site.

    Regards,
    Sanam

    #184881
    Klas Kallin
    Participant

    It worked just fine, thank you ever so much!
    Kind regards
    Klas

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.