Hyperlinks look like regular text

  • Author
    Posts
  • #56748
    MikeEckman
    Power User

    I love the new Septera theme. Ive been a user of Nirvana for a while and have switched my site. An issue that might be a dealbreaker for me is that in my posts, I often hyperlink to other parts of my site or to other articles on the Internet.

    I’ve noticed that while the links still work fine with Septera, the font and color is identical to the regular text. There is absolutely no hint that you’re looking at a link other than hovering your mouse over it and the arrow turning to a hand.

    An example page from my site can be seen here. Scroll all the way to the bottom and look at the Additional Resources section to see links. If you click on them, they work, but I would like there to be a way for me to customize the look of hyperlinks. Nirvana allowed this.

    http://www.mikeeckman.com/2017/11/kowa-set-r-1968/

    Website: www.mikeeckman.com

    #56864
    Zed
    Cryout Creations mastermind

    In Septera links use the first accent colour (which makes them different from the general text if the first accent colour is not the same as the content text one). If you want you can add back the default underlining with CSS:

    a:link, a:visited {
        text-decoration: underline;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #56927
    MikeEckman
    Power User

    Zed, this is perfect and exactly what I wanted. Thank you! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Hyperlinks look like regular text’ is closed to new replies.