CSS issues
Hello!
I am having some trouble changing the CSS how I want....I am trying to make the navigation menu bold, but after using the inspection tool I came up with this code:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, a, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: bold;
font-style: inherit; }
It worked to make the navigation bold, but also made the widgets bold. I can't use the inspection tool to change the widgets back without reverting all of the changes I made to the main navigation.
Any suggestions?