Blog X theme, link not distinguishable
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
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
- 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):
In the same way you can add colors for
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>
- hovering links: a:hover
- visited links: a:visited
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
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

