test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • coldfusion Friend
    #119488

    I would like to get rid of the underlined menu text and just have regular text in my menus. Can someone advise me where or what to change. I have gone into the CSS menu but have not found what I need to remove the underlining of menu text.

    I’m lost… :confused:

    Michael Casha Friend
    #217065

    a {
    color: #004C80;
    text-decoration: underline;
    }

    Find that in the CSS and remove text-decoration: underline;

    coldfusion Friend
    #217066

    <em>@MiCCAS 11537 wrote:</em><blockquote>
    a {
    color: #004C80;
    text-decoration: underline;
    }

    Find that in the CSS and remove text-decoration: underline;</blockquote>

    Yes I have done that and they are still underlined. 😉

    /* Normal link */
    a {
    color: #004C80;

    }

    a:hover, a:active {
    color: #004C80;
    text-decoration: none;
    }

    Michael Casha Friend
    #217067

    Please post a live URL.

    Resolved via PM

    coldfusion Friend
    #217068

    <em>@MiCCAS 11541 wrote:</em><blockquote>Resolved via PM</blockquote>

    The actual fix was to change

    text-decoration: none; instead of : underline;

    Thanks! MiCCAS You were very reponsive and attentive to my needs! 😎

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  coldfusion 17 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum