XF 1.2 How to change colors

billybatz9

Active member
I added an attatchment to show which colors I want changed. Can someone please help.
Thank you.
 

Attachments

  • colors.webp
    colors.webp
    11.1 KB · Views: 27
You could try adding the following in EXTRA.CSS changing the text colour to suit.

Code:
.formPopup .ctrlUnit > dt, .ctrlUnit > dd > * > li { color: red;}
 
Hm. *Learns*

Note to self: Apply this to EverythingHalo/MetalGearFans.

While I'm here: Um. @Shelley? How do I remove the actual shadow he's pointing to in this thread. :confused:?

If your referring to the outside of the quicksearch menu, adding the following in EXTRA or maybe go into Style Properties, in the menus might remove it if it's available there. If not, paste the following in EXTRA

Code:
#QuickSearch.active { box-shadow: 5px 5px 25px rgba(0, 0, 0, 0);}
 
You could try adding the following in EXTRA.CSS changing the text colour to suit.

Code:
.formPopup .ctrlUnit > dt, .ctrlUnit > dd > * > li { color: red;}
Is there a way to just change the search texts only? not every form pop up texts? The code you gave me worked, but it made all other form containers texts go black as well. Is there a way around this?

Untitled.webp

Thanks
 
Top Bottom