Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1206402
    ZerotoOne
    Participant

    hey there,
    I’d like to replace the underline http://prntscr.com/cqtwzs with a dotted underline like this http://prntscr.com/cqtxg8 on my whole page.

    thanks for your help! 🙂

    #1206404
    Rupok
    Member

    Hi there,

    Do you want to apply this to all links throughout your site?
    You can add this under Custom > CSS in the Customizer.

    a {
      border-bottom: 1px dotted #000;
      text-decoration: none !important;
    }

    Hope this helps.

    #1206535
    ZerotoOne
    Participant

    thank you, but I got the problem, that the dotted lines are now appearing under all sorts of texts

    #1206583
    Paul R
    Moderator

    Hi,

    Can you provide us the url where we can see the issue.

    Thanks

    #1207164
    ZerotoOne
    Participant
    This reply has been marked as private.
    #1207654
    Friech
    Moderator

    Hi There,

    Please update the code to this:

    footer a:not(.x-img) {
    	text-decoration: none !important;
    	border-bottom: 1px dotted #333 !important;
    }

    If that does not work, please specify which of those link text that you want the dotted underline.

    Thanks.

    #1207833
    ZerotoOne
    Participant

    thank you! but why are the dots looking so weird? http://prntscr.com/cr9qc9 at the end of most of the underlines there is a weird longish dot

    #1208172
    Rad
    Moderator

    Hi there,

    I think it varies on browser and OS. I checked on my other device and I don’t see that, but I can see that on Windows 10’s Chrome.

    And there is no available fix when it comes to rendering issue, unless browser developers fix it.

    Thanks!

    #1208225
    ZerotoOne
    Participant

    thank you, but I took a screenshot of another site and the underline worked properly in my browser

    #1208524
    Rue Nel
    Moderator

    Hello There,

    This is beyond of our control. Most browsers do have there different method of displaying the output.
    If you need anything else we can help you with, please let us know.

    Cheers.

  • <script> jQuery(function($){ $("#no-reply-1206402 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>