How to change link color?

JABRONI

Well-known member
Before you tell me to ACP search, there seems to be a problem. My link color is the color I want but it isn't changing on the site. Is there a way to force change it since this way isn't working?

Edit: It changes my thread title link color but nothing else like my forum section title or my username links or my postbit links.

f8637761f4a2112e8949a514457d2e63.png


b49e114cbe884c0440e9545aed020628.png
 
You will need to examine the CSS used for that style and update the appropriate Style Property, or use EXTRA.css.

You can use Firefox or Chrome to inspect the page and check the class.
 
Well... I fixed everything except the postbit color which I just cannot find to change. Here is what the inspect brought up,

.messageUserBlock .extraUserInfo dd a.concealed, .messageUserBlock .extraUserInfo dd {
color: #F26900 !important;
}
any clue?
 
It works on a default style so it must be something unique to your custom style.

Try adding !important.

If that doesn't work, you would be better off asking the style author as I don't have that style.
 
Top Bottom