Blog X theme, link not distinguishable

Post Reply
deljones
Jr. Bludit
Posts: 3
Joined: Thu Jul 20, 2023 6:42 pm

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 27 times
User avatar
Edi
Site Admin
Posts: 3115
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 76 times
Been thanked: 116 times
Contact:

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
clickwork.ch, digitale Projekte
Bludit-Tipps, Erklärungen und Anleitungen
deljones
Jr. Bludit
Posts: 3
Joined: Thu Jul 20, 2023 6:42 pm

Many thanks... I shall give it a try

Dj
deljones
Jr. Bludit
Posts: 3
Joined: Thu Jul 20, 2023 6:42 pm

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
Post Reply