This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow
Hello,
Could you please help me change color of lines that underline headings in footer?
Thank you
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
Thank you!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up