Using Reboot with it’s child theme with light-matte color.
My links are nearly the background color making them hard to see. How can i change the color?
Thanks, Ed
Using Reboot with it’s child theme with light-matte color.
My links are nearly the background color making them hard to see. How can i change the color?
Thanks, Ed
Hey Ed,
This is something that currently affects all ‘light’ themes such as light-matte. There is a fix in place to be included in the next version, but just in case you want to fix before then, just open the light-matte overlay, find $postLinkColor and give it the value of $baseColor5; i.e
$postLinkColor = $baseColor5;
That should sort it!
You can apply that directly to any light overlay in the reboot core folder, as it will include that change in the next update it wont be lost as such.
Hope that helps!