Support » Themes and Templates » Style issues with theme Adler

  • Hello everyone,
    I would like the blue lines underlining the links in my website to be removed.
    website url is http://www.rigenerazioneblog.it/
    I’m using a child theme of adler.

    I need to remove the blue underlinings of the page link “contatti”, of the category link “generale” and of the archive link “giugno” and all the others.

    I have no idea how complicated this could be.
    It would be enough to know how to get the hex code of that underlining color and in which file i need to look for it. In order at least to change it to some other color.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your child theme try this code:

    a {
        border-bottom: none;
    }

    Thread Starter Rigenerazione

    (@rigenerazione)

    Thank you very much!
    Quick, simple and effective reply.
    It worked almost perfectly. Now there is only left the underlining of the page link “contatti”. It only appears when you hover over it with the cursor.
    If you have any clue, that would be greatly welcomed, otherwise thanks a ton anyway.

    In your child theme, try this:

    .main-navigation .menu li a:hover {
        border-bottom-width: 0;
    }
    Thread Starter Rigenerazione

    (@rigenerazione)

    Thank you very much! It solved the issue.
    Love this forum.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Style issues with theme Adler’ is closed to new replies.