XF 1.4 User info Container pavenav link colour

brad_7373

New member
Hey guys,

Having a bit of trouble getting the pagenav colour in the user info container under the avatar to go from the black to white, such as the link below/next to messages, trophy, location and username.

Let me know if this doesn't make sense :)

-Brad.
 
Can you provide a screenshot of the area you're referring to? I have an idea what you're referring to, but not 100% sure.

I've found that I can change the colours of the links like I wanted, but that affects every link on the site. I want all the links on the site to stay black (currently that grey colour), while changing these just these ones to white.
 

Attachments

  • problem.webp
    problem.webp
    27.4 KB · Views: 8
Try:

Code:
.messageUserInfo .extraUserInfo a:link {
    color: #FF0000;
}
Perfect thank you for your time, I really appreciate it! Last thing: Once I click on the link, it reverts to going from white to black (same as all other links on site), is there a code to fix this too?

Thanks again!
 
Top Bottom