Page 1 of 1

Blog X theme, link not distinguishable

Posted: Sat Apr 11, 2026 1:13 pm
by deljones
Hello

Thanks very much for making Bludit available, my favourite app for my website...

I use the Blog X theme, which I love; however, in the past few updates, I've noticed that links I create are now the same colour as the rest of the text and no longer distinguishable from the rest of the text. A couple of updates past Blog X links were blue, which was perfect; now they are black.

I have a level of confidence to amend a script to change t myself, if anyone can tell me where to look.

Best wishes all

Dj
Screenshot 2026-04-11 at 1.17.54 pm Medium.jpeg
Screenshot 2026-04-11 at 1.17.54 pm Medium.jpeg (41.96 KiB) Viewed 73 times

Re: Blog X theme, link not distinguishable

Posted: Mon Apr 13, 2026 11:23 pm
by Edi
I'm not shure if this is an error in the CSS file or intention.

Using the plugin HTML Code you can add the following to the field "Head" (for example for the standard link color):

Code: Select all

<style>

a {
   color: #0000ee;
}

</style>
In the same way you can add colors for
  • hovering links: a:hover
  • visited links: a:visited

Re: Blog X theme, link not distinguishable

Posted: Tue Apr 14, 2026 4:39 pm
by deljones
Many thanks... I shall give it a try

Dj

Re: Blog X theme, link not distinguishable

Posted: Tue Apr 14, 2026 5:00 pm
by deljones
Yes, I tried that, and yes, it works correctly in the content of the site. The problem I am having is the theme itself, everything is black...

See https://derekjones.net. Text link colours in the content I can change with the HTML code plug-in that you advised, many thanks for that.

It must be a CSS file somewhere. Guess I should wait for another update.

Again many thanks
Dj