Jump to content

Recommended Posts

Posted

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...
Posted
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

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...