Unwanted blue color in text Unwanted blue color in text
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Unwanted blue color in text

Started by anna.y, September 21, 2005, 03:05:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

anna.y

I've fixed the problem of blue background with the kind help of experts here.

There is another place that I have blue text which I don't seem able to change in a 'classic' based theme. Names of Albums remain blue in FF no matter what color I put in '.ablink'.

I noticed that some other themes have the same problem, but others do not. 

Both 'Water drop' and 'Rainy day' themes have album titles in 'blue' in FF when their CSS defines  them to be black:

.alblink a {
        text-decoration: underline;
        color: #000000;
}

I've devoted already way too many hours to this little detail and I seem to be at the dead end.

It would be a shame to have to leave this 'blue' where it really does not belong...

I would appreciate suggestions where else to look for this problem  or where to insert a line: 'No blue anywhere!!!' to be effective...

Thank you in advance... I do realize it is a small problem, but it is very frustrating.

Anna

kegobeer

Can you post a link to a page with the blue text?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

anna.y


Tranz

Try just adding a color tag to .alblink (as opposed to .alblink a)

artistsinhawaii

Anna,

In your CSS file(s) edit the following #0033CC  to any other color:

a {
        color: #0033CC;
        text-decoration: none;
}

a:hover {
        color: #0033CC;
        text-decoration: underline;
}

bblink a {
        color: #0033CC;
        text-decoration: none;
}

bblink a:hover {
        color: #0033CC;
        text-decoration: underline


Dennis
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

anna.y

Dennis, you're a genius, THANK YOU!!! worked like a charm...

I just feel so stupid now...

Anna

anna.y

Quote from: TranzNDance on September 21, 2005, 05:01:13 AM
Try just adding a color tag to .alblink (as opposed to .alblink a)

Thank you, I tried that TranzNDance and it does works for the mouse off, but would still turn blue for the 'hover'...

Anna

artistsinhawaii

Quote from: anna.y on September 21, 2005, 06:07:26 AM
Dennis, you're a genius, THANK YOU!!! worked like a charm...

I just feel so stupid now...

Anna

aww shucks :-[ you're welcome.  Glad to be able to help someone else. No need to feel stupid. I'm constantly groping in the dark. But then, I like groping in the dark...  ;)  Good luck on your site.

Dennis
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.