• Resolved thefutureisbright

    (@thepaulcook)


    On the mobile menu I’ve noticed the menu items are underlined even though there is no css setting them as underlined. Is this something that can be changed to show no underline?

Viewing 1 replies (of 1 total)
  • Thread Starter thefutureisbright

    (@thepaulcook)

    Ha got this to work with the reset css using the below, it was adding the text-decoration: none part right at the end that did it. 2012 and _s all use the underline but I don’t get it so now rid of it!

    /* =Reset
    -------------------------------------------------------------- */
    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    	outline: 0;
    	border: 0;
    	vertical-align: baseline;
    	font-weight: inherit;
    	font-style: inherit;
    	font-size: 100%;
    	font-family: inherit;
            color: white;
            text-decoration: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Underline on mobile menu’ is closed to new replies.