• Resolved john_graver

    (@john_graver)


    Hi Nobita,

    I have noticed on my sites, that from certain time some links are underlined and some are not. Previously no links were underlined and I want this back. Why is it so and how can I get all the links without underline again?

    thank for your advice,

    br/
    John

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author nobita

    (@nobita)

    Hi @john_graver

    how can I get all the links without underline again?

    Please add following style rules

    Customize / Additional CSS

    
    #bd .textwidget p > a,
    #bd .entry-content p > a{
        text-decoration:none;
    }
    

    Thank you.

    Thread Starter john_graver

    (@john_graver)

    Hi Nobita,
    Thanks, it works fine. I only wondered, why only some links were underlined.

    br/
    John

    Theme Author nobita

    (@nobita)

    I only wondered, why only some links were underlined.

    For most links, the user can intuitively recognize that it is a link

    However, the link described in the paragraph was difficult to notice that it is a link

    For example, in the case of your WEB page, the link applies a different color than normal text.

    If all users consider this kind of consideration, it will not be expected.

    I chose to display the underline only for the links in the paragraph.

    Thank you.

    note:
    Recently I am changing style as below.

    nested strong element style

    
    <strong>Please submit the documents until <strong>April 15</strong></strong>
    

    Add underline to strong element in strong element

    • This reply was modified 6 years, 11 months ago by nobita.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Underlined links’ is closed to new replies.