[Resolved] Link Style

Home Forums Support [Resolved] Link Style

Home Forums Support Link Style

Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • #453942
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #467371
    David

    Using GP & Elementor Pro versions on DeskTop Server localhost, using child theme.
    Neither code 1 or 2 underlines hyperlink when entered in Style CSS/Additional CSS.

    Code 3 does underline hyperlinks on pages but unfortunately also Breadcrumbs and Menu items.
    Could you explain what code is required to remove underlining on menu etc.
    1

    .entry-content a {
        text-decoration: underline;
    }

    2

    .entry-content a {
        border-bottom: 1px solid #0a9e01;
    }

    3

    frontend.min.css?ver=1.9.0:2
    .elementor a {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: underline;
    }

    Thanks Dave

    #467704
    Leo
    Staff
    Customer Support

    Hi David,

    Code 1 and 2 should definitely underline links and only in the content.

    Code 3 will underline menu items if you are using Elementor as well.

    Without seeing the site, I would guess that it’s not working because you are using Elementor for everything.

    If that’s the case then you will need to ask their support.

    If you can duplicate your site on a live server we can definitely have a look.

    Thanks!

    #468271
    David

    Thanks Leo.

    Will pursue code 1 and/or 2 and see if if I can get a result.
    Then get support from Elementor.
    You are correct about using Elementor Canvas and not default template.

    Many thanks for your prompt response.
    Dave

    #468499
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    #468744
    Jeff

    We would like to add social media icon to the header of the website. I believe we can do that in the widget section for the header. DO you have a short code to use or do we have to upload an icon for each SM account?

    I thought we were able to add the urls in the GP customizer.

    Thank you in advance

    #468795
    Leo
    Staff
    Customer Support

    I would recommend Tom’s LSI plugin: https://en-ca.wordpress.org/plugins/lightweight-social-icons/

    Please open a separate topic for separate issue in the future ๐Ÿ™‚

    Thanks!

    #468815
    Jeff

    Great! Thanks!

    #468877
    Leo
    Staff
    Customer Support

    No problem.

    #469924
    dale

    Hi there, this is on the topic of link style, so I hope it’s okay if I add it here. Let me know if I should create a new topic.

    I am using the CSS

    .inside-article a, a:visited, a:active {
    text-decoration: underline;
      text-decoration-style: underline;
    }
    
    .inside-article a:hover {
      text-decoration: underline;
      text-decoration-style: dotted;
    }

    because I also want the titles and “read more” underlined on my blog index pages. This excludes the underline from appearing on menus etc, which is good, but there are two issues:

    1. It adds underlines to my post date and meta, which I’d rather not have.
    2. it doesn’t apply to hyperlinks that appear in my hooks, which I’d like to have the same underlining for colorblind accessibility.

    You can see an example of what I mean at https://www.dalecameronlowry.com/category/for-writers/. The hook area where I’d like hyperlinks underlined is the gray box that appears directly below “for writers” at the top of the page.

    Possible solutions?

    #470011
    Leo
    Staff
    Customer Support

    Hi Dale,

    Can you please open a new topic please?

    I know it’s somewhat related but something more custom like this it’s best to post start a new one.

    Thanks!

    #470168
    dale

    OK!

    #1447762
    Jose

    Hi, this worked perfectly
    However, the images that are linked to a bigger version of themselves have now the image underlined
    Any way to apply this underline to only the text in the content?

    Thank you

    #1447767
    Leo
    Staff
    Customer Support

    Can you please open a new topic please?

    I know itโ€™s somewhat related but something more custom like this itโ€™s best to post start a new one.

    Thanks!

Viewing 14 posts - 16 through 29 (of 29 total)
  • The topic ‘Link Style’ is closed to new replies.