AI Assistant
Notifications
Clear all

[Closed] Text Link Colors not changing

3 Posts
2 Users
0 Reactions
2,436 Views
NSH
Posts: 97
 NSH
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@studio500)
Estimable Member
Joined: 9 years ago
[#5299]

Ok, I have red link colors showing on my site despite having no red whatsoever selected in my chosen forum styles color page.

I 've checked the element and can see that it is originating from a wpf script but above and beyond that, I know little else of if the color is being inherited from my theme.

I have cleared all caches both on wpf and on every one of 3 different browsers but no joy.

The text area I'm referring to is the login or register prompt that pops up when a non registered user attempts to reply to a question. It is the link color here which is red, against an orange background in my case, making the link virtually invisible.

Thoughts would be great.


2 Replies
Robert
Posts: 10708
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months ago

You can use custom CSS code to change link colors. Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS code textarea. Save it, delete all caches and do Ctrl+F5 on forum-front (as logged out visitor / guest):

#wpf-msg-box #wpf-msg-box-p a {
    color: #FFFFFF;
}
#wpf-msg-box #wpf-msg-box-p a:hover {
    color: #FFFF99;
}

NSH
Posts: 97
 NSH
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@studio500)
Estimable Member
Joined: 9 years ago

Thank you very much

That resolved my issue completely.


Share: