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
On 4/6/2020 at 12:43 PM, Morrigan said:

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

 

What’s the link to your site to see if anything is overwriting it?

Recently Browsing 0

  • No registered users viewing this page.