[Support request] An unwonten sign “|” in one point in the sub-menu

Home Forums Support [Support request] An unwonten sign “|” in one point in the sub-menu

Home Forums Support An unwonten sign “|” in one point in the sub-menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1571277
    Robert

    Hi

    I have a problem with the sub-menu: I dont know why only in the 3th MENU point “Glywitz….”
    on the end is a sign “|” and I cant remove it…

    Thx
    Robert

    #1571331
    David
    Staff
    Customer Support

    Hi there,

    Change this part of your Custom CSS:

    .main-navigation .main-nav > ul li:nth-child(3) a::after {
        content: '|';
        margin-left: 40px;
    }

    to:

    .main-navigation .main-nav > ul > li:nth-child(3) a::after {
        content: '|';
        margin-left: 40px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.