PDA

View Full Version : Editing a link in UserCP


Irishnotsane
05-29-2020, 08:23 AM
Hi,

I'm wanting to edit a link in UserCP

It works perfectly fine in there at the moment, however once it's 'active' (I.E the link is selected) it isn't highlighted as it should be

How do I make it so that once clicked, it becomes highlighted to indicate that you are viewing this setting?

Thanks in advance

Seven Skins
05-29-2020, 05:09 PM
#usercp_nav .blockrow .active {
background-color: blue;
}

Add this to additional.css and change the color accordingly.

Irishnotsane
05-29-2020, 05:18 PM
#usercp_nav .blockrow .active {
background-color: blue;
}

Add this to additional.css and change the color accordingly.

Hi Seven Skins

Thank you so much for your reply..
I think the problem is a little more complex, as I tried that and it works perfectly, apart from on the one that I wanted it on.

Basically..

I installed this mod:
https://vbulletin.org/forum/showthread.php?t=272375&highlight=thread+ignore

and I noticed once installed, and you select it within the UserCP, it doesn't highlight it to indicate it's the active setting

Any idea?

Irishnotsane
06-01-2020, 07:46 AM
Anyone got any ideas on a fix for this please?