• Resolved nirwana0

    (@nirwana0)


    hello!

    My menu has vertical divider lines between categories, but categories having sub-categories have no lines. I want those lines to be removed altogether.
    How can I fix it?

    And help me to change sub-menu’s background colour and to remove its inner border lines, please~

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi nirwana0

    Please try below

    Add style.css bottom

    #access a{
        border:none;
    }
    #top #access li:nth-last-child(1) a,
    #top #access a:last-child {
        border-right:none;
    }

    Thank you.

    Thread Starter nirwana0

    (@nirwana0)

    it’s worked about removal of divider lines. thank you~

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu divider line removal’ is closed to new replies.