• Hi

    I am using the ReadyReview theme on my site http://www.cricketbagreviews.com

    I recently updated the color of my nav bar with help from a user here using the custom css

    .nav {
    background: none !important;
    
    }
    .prenav{
    background-color : your desired background color;
    }

    Unfortunately now the buttoms on my nav bar have a black border on one side. Would anyone be helpful enough to provide a solution?

    Thanks

    Chris

Viewing 1 replies (of 1 total)
  • This code could make them go away 🙂

    nav ul a, nav ul a:link, nav ul a:visited {
        background: none !important;
    }

Viewing 1 replies (of 1 total)

The topic ‘Nav bar button border’ is closed to new replies.