Site logo

[Resolved] Style of Hyperlinks

Home Forums Support [Resolved] Style of Hyperlinks

Home Forums Support Style of Hyperlinks

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

    Hi,

    for whatever reason my hyperlinks on the healthypounds.com page are in a design that I can no longer change. Apparently the style is overwritten somewhere.

    I would like to have the hyperlinks in the default setting of Generatepress. So blue and underlined.

    Thanks 🙂

    #2585463
    David
    Staff
    Customer Support

    Hi there,

    can you confirm the URL of the site ?

    #2585520
    Sebastian

    It is gesundepfunde.com

    🙂

    #2585749
    David
    Staff
    Customer Support

    Theres a few places that the styles are coming from.
    And it may be easier to use some CSS to change them all.

    Can you confirm that all hyperlinks on ALL pages and posts should have the same color or is it just on your post content ?

    #2585840
    Sebastian

    Hey,

    thanks 🙂

    Yes, the should all Look like the ones on cardeeply.com

    Why are the styles like this.

    Sebastian

    #2586362
    Fernando
    Customer Support

    Hi Sebastian,

    Can you try adding this through Appearance > Customize > Additional CSS:

    :is(.page,.single-post) .inside-article p a {
        color: var(--accent);
        text-decoration: underline !important;
    }
    
    :is(.page,.single-post) .inside-article p a:hover {
        color: #000;
    }
    #2587074
    Sebastian

    Awesome! Thanks!

    #2587964
    Fernando
    Customer Support

    You’re welcome, Sebastian!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.