• Hi Everyone,

    I downloaded a new theme and I have an “S” next to my “About Us” page.

    I’ve been playing around with this for hrs but I can’t seem to figure it out.

    Any help would be appreciated.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I see this in your CSS:

    #et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
        position: absolute;
        top: 0;
        right: 0;
        font-family: ETmodules;
        font-size: 16px;
        font-weight: 800;
        content: "3";
    }

    I have no idea what purpose that serves, so my suggested solution may cause other things to break. Try entering this in WordPress’s Custom CSS option:

    #et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
        content: none;
    }

    You may want to contact the theme designer for why that’s there, if you didn’t add it yourself.

    Thread Starter scm22ri

    (@scm22ri)

    Thank you, your edit fixed my issue

    • This reply was modified 6 years, 5 months ago by scm22ri.

    Glad to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A “S” is next to my “About Us” page?’ is closed to new replies.