[Resolved] Customizing hyperlinks

Home Forums Support [Resolved] Customizing hyperlinks

Home Forums Support Customizing hyperlinks

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #738699
    Harshit

    How can I add underline to hyperlinked text and make them bold as well? Will prefer CSS code.

    Also, when scrolling to the bottom of any post, my floating social share button covers the footer. Would appreciate a solution for that as well.

    #738872
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to the links in the article? Any chance you can guide me to one so I can nail down the CSS right away?

    As for the floating social icons, what is the expected behaviour? Have you checked with the plugin support to see how it is supposed to work?

    #738879
    Harshit

    Oh yes, links in the article.

    Ok, for the social plugin, I think that it’s a glitch in plugin after the update as I have it installed as non-floating on my other site but a few other sites which have it floating are exhibiting the same behavior. So, that’s issue of plugin.

    #738881
    Leo
    Staff
    Customer Support

    Try this CSS for the link style:

    body:not(.blog):not(.archive) .inside-article a {
        font-weight: bold;
        text-decoration: underline;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #740245
    Harshit

    That Works but it bolds and adds underline to titles as well for articles on the homepage.

    #740273
    Leo
    Staff
    Customer Support
    #742447
    Harshit

    Still same.

    #742976
    Leo
    Staff
    Customer Support

    Give it another shot: https://generatepress.com/forums/topic/customizing-hyperlinks/#post-738881

    It should work now πŸ™‚

    #743706
    Harshit

    That Worked.. Thanks a lot!!

    #743983
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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