Underneath the post on 2.1 RC3 in the lower right corner there are 3 buttons..."Quote", "Quick Edit", and "More". The first two colors are correct but the "More" on the 3rd button is orange. How can I change that to #fff? I've tried the browser inspect tool and all I could come up with was in "post_options" but cant figure out where in that section to change the color for that one button. ???
BTW, I do have the Curve2 Color Changer (https://custom.simplemachines.org/mods/index.php?mod=4231) mod installed but couldn't find it in there either.
assuming you have not modified the default theme's markup...
this is how I changed all three to green....
.quickbuttons li a, .quickbuttons li a:hover {
text-decoration: none;
color: #0ec81e;
}
Quote from: Kindred on July 08, 2021, 04:25:22 PM
assuming you have not modified the default theme's markup...
this is how I changed all three to green....
.quickbuttons li a, .quickbuttons li a:hover {
text-decoration: none;
color: #0ec81e;
}
Mine is pretty much identical but the 3rd button is orange:
.quickbuttons li a, .quickbuttons li a:hover {
text-decoration: none;
color: #222;
}
I think it has something to do with the color changer mod cause I went in the mod settings and changed the link color to #fff and it made all links white including that one button but not the rest of the buttons. So for some reason the mod is controlling the color of that 3rd button. Weird! I want all the text links to be orange and all the button links to be white. ugh...
Ok so I made a post in the mod discussion too https://www.simplemachines.org/community/index.php?topic=567270.msg4091428#msg4091428 since that may be causing the conflict.