Footer widget lines - by Kirill Klassen - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow

  • Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    June 13, 2019 at 13:32

    Hello,

    Could you please help me change color of lines that underline headings in footer?

    Thank you

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 13, 2019 at 14:14

    Hello,

    There is no special option but you can do this by adding the following code to child theme style.css

    .footer .widget-title {
        border-color: rgba(214, 237, 202, 0.71);
    }
    .footer .recent-posts-widget .post-date, .footer .recent-posts-widget .post-comments:before {
        color: rgba(214, 237, 202, 0.71);
    }

    Regards

    Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    June 13, 2019 at 14:18

    Thank you!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 13, 2019 at 14:59

    You are welcome!

    Regards

  • 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.