Line Hover

Hi,

I would like to know how I can make that a line appears when I hover over the title of my pages in my footer. I add you an example of what I would like to achieve below.

Screenshot 2021-08-12 at 15.52.32

Hello Marina,

Thanks for writing to us.

To get a line on hover in the footer you need to add this custom CSS code under X/Pro—> Theme Options—>CSS

footer.x-colophon a:hover {
text-decoration: underline;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.