• Resolved artisana

    (@artisana)


    Hello! I am in the early stages of developing this site and I’m noticing a faint grey dotted line (at the bottom) when hovering on the sub-page (Our Farmers) that is under the About page.

    How do you recommend I make it disappear/transparent?

    Any suggestions are very appreciated.

    Thank you!

    Ana

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s the border-bottom of #access ul ul a

    Try this

    #access ul ul a {
    	border-top: 2px solid transparent;
    	border-bottom: none;
    }

    The border-top 2px transparent is so that when hovers it won’t shift down because you got 2px red top border on hover.

    Thread Starter artisana

    (@artisana)

    Excellent–That did it. Thank you for your response and clarity. I’m learning…!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘(Easy?) Sub-Page Nav Bar css question’ is closed to new replies.