Skip to content
Public Ticket #29330

Hyperlink font color in the dark mode

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

body.pcdark-mode.pcdm-enable .post-entry a,
body.pcdark-mode.pcdm-enable .container-single .post-entry a {
  color: #dd9933;
}

Regards,
PenciDesign.



taiwania started the conversation

Conversation Start

In the light mode, the color of the hyperlink is working. However, in the dark mode, the color of the hyperlink is not working. How could I fix it?

Want to join this conversation or access attachments? Sign in first.