Changing Heading Border Colour

  • Unknown's avatar

    wondering if its possible to remove the black border on my drop down menus, and changing them to white/ removing completely. I’m using the Rebalance theme – nomadicnursing.blog

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, to remove the border on submenus, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .main-navigation .sub-menu {
    	border: none;
    }
    @media screen and (min-width: 881px) {
    	.main-navigation ul li {
    		border: none;
    	}
    }
  • The topic ‘Changing Heading Border Colour’ is closed to new replies.