• Resolved Poweredbyreading

    (@poweredbyreading)


    Hello

    I have changed the colour of my main navigation bar in the Sela theme to white, so that it blends in with the header. I’ve also removed the dots. But I can’t seem to get rid of the grey line below the main navigation bar? Is there CSS code I can use?

    My website is: https://www.poweredbyreading.com/

    Many thanks in advance for your assistance ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, that is actually a bottom borderline on .main-navigation. Add the following to get rid of that line.

    .main-navigation {
        border-bottom: none;
    }

    Thread Starter Poweredbyreading

    (@poweredbyreading)

    Brilliant, worked perfectly, thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help to remove grey line below main navigation bar’ is closed to new replies.