Footer Widget Text Color - by Jay211 - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp

  • Avatar: Jay211
    Jay211
    Participant
    January 20, 2015 at 16:49

    My footer seems to have dark text in it despite selecting the “Light” footer text color in the footer options for the theme. My question is if there is a different typography for the widgets in the footer (like recent blog posts and such)? If so, what font would they be (H6, H5, etc…)?

    Site: thresholdendurance.com

    Thanks!
    J

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 20, 2015 at 17:34

    Hello,

    You need add this code in custom.css file:

    .main-footer .sidebar-widget .blog-post-list .media-heading a {
        color: white;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Jay211
    Jay211
    Participant
    January 20, 2015 at 20:22

    Great, Thanks! any chance I can add some similar code for “posted by” text in the footer?

    Avatar: Eva
    Eva Kemp
    Support staff
    January 20, 2015 at 20:57

    Hello,

    You’re welcome.
    Please add this code:

    .main-footer .sidebar-widget .blog-post-list .media-body strong {
        color: white;
    }

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.