• After updating my storefront 2.5.3. to storefront 2.5.4., my site’s footer display become weird. I hope the developers didn’t mess with the footer’s css. It’s disappointing. I’m supposed to put this in the review but I prefer to put it on here (behind the scene), since there is no easy way to reach the developers on this. Damn Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I confirm there have been problems in the footer, there are already several discussions about it, in my blog it has changed colors in the footer links, making them turn black

    I did a lot of tests, but the links, in the footer, always remain black

    • This reply was modified 4 years, 9 months ago by arzack.

    Hello everyone,

    There is a GitHub issue about the footer link colors already out there to get in front of the developers.

    If you need to change the footer link color, you can add this to the Additional CSS section in the customizer:

    
    .site-footer a:not(.button):not(.components-button) {
        color: #8224e3;
    }
    

    Just change the #8224e3 to the color you’d like to use. That will change the color of the footer links for you.

    If you’d like to follow along, here’s a link to the issue:

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

    If you run into any other issues, you can report them here to let the developers know:

    https://github.com/woocommerce/storefront/issues/new/choose

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘storefront version 2.5.4. mess my site’s initial display’ is closed to new replies.