1.9.2 Color Change Issues
MakerNoids@makernoids
12 Posts
#1 · June 6, 2018, 4:23 am
Quote from MakerNoids on June 6, 2018, 4:23 amHello!
I just upgraded to version 1.9.2 and I used to be able to put the following code at the end of my style.css to change the color of certain things. After upgrading it no longer seems to be working.
Here is the code:
/* CUSTOM CODE */ #af-wrapper .highlight-admin, #af-wrapper .highlight-moderator, #af-wrapper .highlight-admin a, #af-wrapper .highlight-moderator a { color: #3399ff !important; } #af-wrapper .info { background-color: #3399ff !important; } #af-wrapper .info { color: white !important; }Thanks for any help!
Edit: It seems to be working now. I think my cache was not purging correctly at first.
Hello!
I just upgraded to version 1.9.2 and I used to be able to put the following code at the end of my style.css to change the color of certain things. After upgrading it no longer seems to be working.
Here is the code:
/* CUSTOM CODE */ #af-wrapper .highlight-admin, #af-wrapper .highlight-moderator, #af-wrapper .highlight-admin a, #af-wrapper .highlight-moderator a { color: #3399ff !important; } #af-wrapper .info { background-color: #3399ff !important; } #af-wrapper .info { color: white !important; }
Thanks for any help!
Edit: It seems to be working now. I think my cache was not purging correctly at first.
Click for thumbs down.0Click for thumbs up.0
Last edited on June 6, 2018, 4:23 pm by MakerNoids