Jump to content

Featured Replies

Posted

hey guys - im adding a new logo/header with bright colors and I need these:

changecolors.PNG.fd2b8e5669c0f3ef69939dd8cfce05c8.PNG

to be links in black or other instead of white..

 

#elUserNav > li > a {
	color: #000;
}

 

  • Author

I put that in custom.css but it doesnt overwrite whats already set?

That likely means that another element is overwriting it after the fact (likely whatever custom theme you're using) try adding !important into it:

#elUserNav > li > a {
	color: #000 !important;
}

 

  • 3 weeks later...
  • Author
 

That likely means that another element is overwriting it after the fact (likely whatever custom theme you're using) try adding !important into it:


#elUserNav > li > a {
	color: #000 !important;
}

no change... ah this is frustrating

 

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.