• My website : ypineault.com

    I would like to know how to change the color of the small lines you can see between my menu items. I took a bright color to show you because it is not visible while using a white background color. I don’t know if these lines are background elements or borders, I couldn’t find the source in css style sheet.

    Thanks!

    Yann Pineault

Viewing 1 replies (of 1 total)
  • Thread Starter ypineault

    (@ypineault)

    Ok, I managed to change most of the borders’ setup with this command:

    .main-navigation li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 100)!important;
    border-bottom: 0.5px solid rgba(51, 51, 51, 100)!important;
    position: relative;
    }

    However, if you take a look at my website (ypineault.com), you will notice that a bar isn’t affected just under the contact button (or link)

    Have any idea?

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Change line colors in the left menu’ is closed to new replies.