Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1073354

    Hi there!

    This seems like a silly/basic question but I’m attempting to underline ALL links in the website (in text boxes, footer, socket, widgets, sidebars, etc) with the following code I found in another thread:

    #main a {
    text-decoration: underline;
    }
    #main .sidebar a,
    #footer a,
    #socket a {
    text-decoration: underline;
    }

    The only problem is it underlines my button text as well. Any help is appreciated! Thank you!

    #1073853

    Hey kellyCraftMedia,

    Where can we see the elements which you don’t want to underline?

    Best regards,
    Rikard

    #1074492

    I’m not sure I understand the question – I want to underline all text elements except the button text. Included is the link to one of the sites I’m working on for reference.

    #1074583

    Hi,

    Add this to quick css to specify no button underlines:

    a.avia-button{
    text-decoration:none!important;
    }

    Best regards,
    Jordan Shannon

    #1075573

    Hmm that didn’t seem to work… (see the same link I sent previously)

    #1075631

    Hi,

    Did you clear the cache a few times over? Also be sure to add the css to very top of quick css so that it runs first.

    Best regards,
    Jordan Shannon

    #1075734

    You are correct – and that worked! Thank you!

    #1075736

    Hi,

    Perfect! I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Underlining links on entire site’ is closed to new replies.