In my Generate press theme, the hyperlinks are not visible.
-
Hi, I use generate press theme. The hyperlinks are not at all visible. I have checked using mobile and desktop devices, the text simply doesn’t get highlighted.
This is my website Check whether you can find any hyperlinks on the conclusion.
I also have added the code that I found on the forum:
.main-container a {
color: #0000FF!important;
} -
@srinithin2525 Hi there,
Thanks for providing your site URL. It looks like your site is not hosted with WordPress.com. It is a site using the open-source WordPress software (from WordPress.org) but hosted elsewhere.
Because WordPress.com and WordPress.org are two entirely separate entities, we cannot access files or data for sites that are hosted elsewhere, so WordPress.com staff can only assist with sites that are hosted on our servers.
You can find more information here about the differences between WordPress.org software and WordPress.com: https://wordpress.com/support/com-vs-org/
https://wordpress.org/support/ is a great resource for sites using the open source WordPress.org software, and you can find support for that at: https://wordpress.org/support/forums/
I also have added the code that I found on the forum:
.main-container a {
color: #0000FF!important;
}By the way
Judging from the code, you’re missing a space, it should be:
color: #0000FF !important;
instead.I hope that helps :)
- The topic ‘In my Generate press theme, the hyperlinks are not visible.’ is closed to new replies.