Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
KaeptnCaipi Posted January 26, 2016 Posted January 26, 2016 Hi, another question on how to customize the color of the text shown in the header in the upper right corner (where you can log in to your account or register). We use a light background color and the default white text color is difficult to read. Could not figure out how to change the color. header.tiff Regards Chris
steve00 Posted January 26, 2016 Posted January 26, 2016 Using search first would have found this answered numerous times For the text ... in custom.css add: #elUserNav > li > a { color: #000; } for the Sign Up button ... in custom.css add: .ipsApp .ipsButton_primary { background: #000; } Note: the last one will change ALL the .ipsButton_primary to the background you choose Obviously in both cases use your own colors
Recommended Posts
Archived
This topic is now archived and is closed to further replies.