• Resolved robgon1971

    (@robgon1971)


    I have already removed ribbon ends and its shadow but and the end of the ribbon in both sides still apears a little piece of ribbon. How can i remove it?

    The website is isabelrico.es

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using a child theme or a custom CSS plugin?

    Thread Starter robgon1971

    (@robgon1971)

    A custom CSS plugin.

    Solve it.

    Just add this code:

    #navigation .main-menu:before {
    left: -1px;
    border-width: 0px 0 0 0px;
    }
    #navigation .main-menu:after {
    right: 0;
    border-width: 0px 0px 0 0;

    And works prefectly.

    Thanxs.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove ribbon completely’ is closed to new replies.