Need two fixes :)

Gabby

Well-known member
Hello
I need to fix two design issues and looked everywhere to see if I could fix them within ACP.

First, need to find control to change link color for member name in nav bar

Second, need to move search box up a few px as it is covering the "start a new conversation" button

Thank you.
 

Attachments

  • contentgbprob2.webp
    contentgbprob2.webp
    19 KB · Views: 17
Thank you Jake.. The nav text worked good. For some reason, I changed the header height by 5px and it moved the searh box up 5px as well. I'll take it. LOL

Thanks again.
 
Thank you Jake.. The nav text worked good. For some reason, I changed the header height by 5px and it moved the searh box up 5px as well. I'll take it. LOL

Thanks again.

:)

You need to adjust this:
Code:
#headerMover #headerProxy {
height: ##;
}

Find it's current value and add 5, should do the trick.
 
OK Thank you Russ.

Now I need to change the text color of the member name when not selected, it's too dark since using light background for selected and dark when not. Where would I find this in ACP? I've looked everywhere but then again I've been up all night so may have missed it.
 
Top Bottom