• I just updated an all link and text colors in the footer widgets are default (?).
    My settings in Customizer have the right values, but take no effect. Also not after re-saving.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Arnan de Gans

    (@adegans)

    Just went back to 2.5.3 which works fine.

    I’ll wait for version 2.5.5 or whatever…

    Which color did you try updating the links to and what did you use to update the color? CSS through the Customizer or some other method?

    I confirm, even my site after updating the Storefront has changed the color in the LINKS of the footer. I use a child theme (BookShop) but the Storefront 2.5.4 update has made the footer links BLACK and it is no longer possible to change the color

    • This reply was modified 4 years, 9 months ago by arzack.
    • This reply was modified 4 years, 9 months ago by arzack.
    • This reply was modified 4 years, 9 months ago by arzack.
    Thread Starter Arnan de Gans

    (@adegans)

    @jarretc what does it matter what color I pick… It’s a colorpicker. In the customizer (see screenshot link)
    It works in 2.5.3 it doesn’t in 2.5.4. Simple as that.

    I tried setting it to #fff (white) and then back to my shade of blue. So it would regenerate the CSS but that didn’t work.

    @arzack Right, same for me, everything is grey/black/ugly.

    https://disk.stor.fit/index.php/s/CQFdgPqwzTfeAWB

    I did your same tests, but the color in the links does not change, it always remains black, really ugly

    On my website the whole footer has just gone, as a result the menu in my header is not functioning. It’s quite annoying, when can we expect a fix?

    Hello people,

    There is an open GitHub issue about the color of the footer links to get this addressed.

    https://github.com/woocommerce/storefront/issues/1269

    Until it is, here’s how you can change the color of the footer links:

    • In your WordPress dashboard, go to Appearance and click on Customize.
    • Look down for the Additional CSS section and click on it.?
    • In the box there, paste this:
      
      .site-footer a:not(.button):not(.components-button) {
          color: #8224e3;
      }
      
    • Replace the #8224e3 with the color you’d like to use.
    • Publish your changes.

    That should update the footer link color for you. If you have questions about this please let me know.

    Take care

    Thread Starter Arnan de Gans

    (@adegans)

    @3sonsdevelopment Yes of-course people can hacketyhack a color in. But the dashboard options should work…

    Hey @adegans,

    It will work again. The developers will get this fixed, but I didn’t want anyone who doesn’t know how to do this with CSS on their own to have to wait on that fix.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘2.5.4 screws up footer link colors’ is closed to new replies.